Complete Dbms 1and 2
Complete Dbms 1and 2
Complete Dbms 1and 2
Simple Queries:
9 Self Join:
Outer Join:
SOLUTION OF QUERIES
Q.1 Write a query to create a table, insert data into a table, describe the
table schema, retrieve the data from table using select command.
⮚ Creating a table-
describe student;
⮚ Updating a table-
⮚ Truncating a table-
⮚ Dropping a table-