CBSE BOARD XII, asked by hemantn25, 5 months ago

Now Abhay wants to display the
structure of the table STORE, i.e,
name of the attributes and their
respective data types that he has
used in the table. Write the query to
display the same.​

Answers

Answered by suryanshgoyal5277
3

Answer:

Degree = 4 Cardinality = 7

(c) INSERT INTO store (ItemNo,ItemName,Scode) VALUES(2010, “Note Book”,25);

(d) DROP TABLE store;

(e) Describe Store;

Similar questions