Skip to content

Commit 36a2de2

Browse files
committed
Update README.md
1 parent 6b87f4b commit 36a2de2

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,22 @@
4343

4444
<br/>
4545

46-
#### Q. What is a database?
46+
## Q. What is a database?
47+
48+
A database is a systematic or organized collection of related information that is stored in such a way that it can be easily accessed, retrieved, managed, and updated.
49+
50+
**Syntax:**
51+
52+
```sql
53+
CREATE DATABASE <databaseName>
54+
```
55+
56+
**Example:**
57+
58+
```sql
59+
CREATE DATABASE Product
60+
```
61+
4762
#### Q. What is SQL?
4863
#### Q. What is PL/SQL?
4964
#### Q. What is RDBMS?

0 commit comments

Comments
 (0)