Q. Create table Customer as per following Table Instance Chart.
Table --
Answer =
Create table customer (
Cust_ID int (7) ,
Cust_Name varchar( 30 ) ,
Cust_Address1 varchar (20) ,
Cust_Address2 varchar (30) ,
Pincode int(6) ,
Cust_Phone varchar(10)
) ;
5rt4tt
ReplyDeleteWhat happen : )
DeleteI have a doubt. Instead of giving datatype as int can we given the datatype as number itself as it is accepted in Sequel??
ReplyDeleteNo, This is not python 😁
Deletewhat to do after this?
ReplyDeletePress Enter . Then your table will ready for use.
DeleteCan we write the query in multiple lines in boards? Please reply 🙏🏻🙏🏻
ReplyDeleteYes, You can write query in different line.
DeletePost a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )