

MCQOPTIONS
Saved Bookmarks
1. |
Which command is used to create a new relation in SQL |
A. | create table( , …) |
B. | create relation( , …) |
C. | new table( , …) |
D. | new relation( , …)Answer: aExplanation: We use the create table command to create a new relation in the database. The syntax is create table( , …); |
Answer» E. | |