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.