Computer Science, asked by anshulisgreat, 1 year ago

Write command to create table named ‘BOOK ‘ with following fields:

Attachments:

Answers

Answered by Sana17052002
4

Create table book ( bookid char (4),

Bname varchar (15),

Author varchar (20),

Price decimal );

Similar questions