Q.1 Create Table Student Information Like Name, Age, Add, Phone, Class, College, Etc. Ans
Q.1 Create Table Student Information Like Name, Age, Add, Phone, Class, College, Etc. Ans
Ans
Ans
01
02
Q.04 Add another column into
to dat
database using alter command.
Ans
Q.6 Create anothertable
ble from old table.
ANS
Q .7 Run commands like
ike D
DROP TABLE, ROLLBACK, EDIT, DESC,
DES etc.
ROLLBACK
DESCRIBE
Q.8 Apply nested queries
ries by Joining two tables & Select particular
par
data item from both
th ttables.
Q.09 Arrange columns data items in ascending or descending
ing order
o
ANS Before
ANS CREATE
INSERT DATA
Q.13 Create customerr tab
table with following fields- cust_id,
d, cust_name,
cu
cust_add, city, state and
nd iinsert 10 records and apply the following
foll
constraints *NOT NULL,*P
LL,*PRIMERY KEY,*CHECK
CONSTRAINTS,*UNIQUE. UE.
(2)Delete
Insert data into som
some other table
Q. 17 Create a table and app
apply ALTER TABLE command on the table.
ble.