Question: Consider the database for an organization. Write the queries for the following 1. Create the database 2. Select the current database 3. Create the following

Consider the database for an organization. Write the queries for the following

1. Create the database

2. Select the current database

3. Create the following tables.

 

a. employee (emp_no,emp_name,DOB, address, doj, mobile_no, dept_no, salary).

b. department (dept_no, dept_name, location).

 

4. Include necessary constraints.

5. List all the tables in the current database

6. Display the structure of the employee table

7. Add a new column Designation to the employee table

8.Drop the column location from Dept table

9. Drop the tables

10.Delete the database

Step by Step Solution

3.46 Rating (153 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

query to create database create database helloexperts query to use database use helloexperts query t... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Document Format (2 attachments)

PDF file Icon

63613c2bd1e34_234678.pdf

180 KBs PDF File

Word file Icon

63613c2bd1e34_234678.docx

120 KBs Word File

Students Have Also Explored These Related Databases Questions!