Question: SQL Q: Login to SQL and write SQL queries to do the following 1. Create the Employee table based on the following table specification :
Q: Login to SQL and write SQL queries to do the following 1. Create the Employee table based on the following table specification : Column Data Type Size name SSN Varchar2 5 Name Varchar2 15 Varchar2 2 Dept num Age number 2 2. Change the type of SSN to number, keep the size. 3. Ensure that the structure of the Emp table is created. 4. Add new column called Salary with type number and 5 digits (5 precisions and 3 scale). 5. Delete the table structure
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
