SQL Assignments

Assignment –1 Creating sample tables and inserting values. Create the following tables with the given structures and insert sample data as specified: - A) SALESPEOPLE Snum number(4) Sname varchar2(10) city varchar2(10) Comm number(3,2) Answer: CREAT…

Load More
That is All