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)
) ;

8 Comments

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

  1. I have a doubt. Instead of giving datatype as int can we given the datatype as number itself as it is accepted in Sequel??

    ReplyDelete
  2. Replies
    1. Press Enter . Then your table will ready for use.

      Delete
  3. Can we write the query in multiple lines in boards? Please reply 🙏🏻🙏🏻

    ReplyDelete
    Replies
    1. Yes, You can write query in different line.

      Delete

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post