Q. Create a table Accounts to hold data as:
AccNo, Holdername, address, accounttype, amountpaid, amt_outstanding
Answer =
Create table Accounts (
AccNo integer ,
Holdername char(50) ,
Address char(100),
Accounttype char(10),
Amountpaid integer ,
amt_outstanding integer ) ;
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )