You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/oracledb.json
+111-6Lines changed: 111 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"id": "oracledb",
3
3
"title": "ওরাকল ডিবি",
4
4
"slug": "oracle-db",
5
-
"description": "Oracle DB একটি রিলেশনাল ডাটাবেজ ম্যানেজমেন্ট সিস্টেম। [Statista](https://www.statista.com/statistics/1131597/worldwide-popularity-ranking-database-management-systems-commercial/#:~:text=Most%20popular%20commercial%20database%20management%20systems%20worldwide%202022&text=As%20of%20January%202022%2C%20the,a%20ranking%20score%20of%201206.) এবং [ডিবি ইঞ্জিন](https://db-engines.com/en/ranking) এর তথ্য মতে ২০২২ সালে সবচেয়ে বেশি ব্যবহার করা DBMS গুলোর মধ্যে প্রথমে অবস্থান করছে Oracle DB",
5
+
"description": "Oracle DB একটি রিলেশনাল ডাটাবেজ ম্যানেজমেন্ট সিস্টেম।",
6
6
"colorPref": "#ff0000",
7
7
"contents": [
8
8
{
@@ -46,10 +46,6 @@
46
46
{
47
47
"title": "ওরাকল ডিবির প্রাথমিক কমান্ড সমুহ",
48
48
"items": [
49
-
{
50
-
"definition": "ডাটাবেজ স্কিমা তৈরি করাতে",
51
-
"code": ";"
52
-
},
53
49
{
54
50
"definition": "বর্তমানে কি কি টেবিল এবং ভিউ আছে তা দেখতে",
55
51
"code": "SELECT * FROM TABS;"
@@ -63,14 +59,123 @@
63
59
"code": "CREATE TABLE tableName IF NOT EXISTS(col1 DataType, col2 DataType,..., coln DataType);"
0 commit comments