0% found this document useful (0 votes)
7 views2 pages

Student Database Management Steps

Uploaded by

karkirochak66
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views2 pages

Student Database Management Steps

Uploaded by

karkirochak66
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

A.

Create a database named ‘student’

B. Get inside the database.

C. Create a table named ‘employee’ with following fields


Employee—int primary key not null auto increment
Employee name--varchar (100)
D. Delete the table.

E. Know whether that deleted table exists or not.

F. Delete the database which you have created(student).

G. Know whether that deleted database exists or not.

You might also like