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
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
English,
2 months ago
English,
2 months ago
Math,
5 months ago
Computer Science,
5 months ago
English,
11 months ago