0% found this document useful (0 votes)
7 views5 pages

Mansi File

File
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views5 pages

Mansi File

File
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

SQL commands

1. How do you create a new database in SQL?

2. How can you delete an existing database?

3. How do you select a specific database to use?

4. How can you list all database on the server?

5. How can you create a new table in SQL?

6. How can you delete a table in SQL?

7. How can you add a new column to an existing table?


8. How can you delete a column from a table?

9.How can you change the data type of an existing column?

10.

11.

12.

13

14
15

16

17
18

19

20

21

22
23
24

25

26

27

28
29

30

You might also like