khaledos
Junior Member level 3
Hi all
Can anyone help me to solve this problem in shell scripting because I can't do it
This is the Problem: 1-create a general DMBS where users can:
a.create tables ; mentioning in each table :
i.number of columns in the table
ii.name of each column
iii.datatype if each column
iv.primary key
b.insert data in the created tables taking into consideration whether the column is integer,string and mix
c.delete records
d.modify any record in any table by any column
e.display any named table
2-provide a user friendly interface
Thanks for all
Can anyone help me to solve this problem in shell scripting because I can't do it
This is the Problem: 1-create a general DMBS where users can:
a.create tables ; mentioning in each table :
i.number of columns in the table
ii.name of each column
iii.datatype if each column
iv.primary key
b.insert data in the created tables taking into consideration whether the column is integer,string and mix
c.delete records
d.modify any record in any table by any column
e.display any named table
2-provide a user friendly interface
Thanks for all