Question: Question 1 0 Consider the Emp _ details table given below: Create table Emp _ details ( Emp _ Id int, name varchar ( 1

Question 10
Consider the Emp_details table given below:
Create table Emp_details(Emp_Id int, name varchar(10), sal int);
Insert into Emp_details values(10,'Rinky',9000);
II) Insert into Emp_details values(20,'Rahul');
III)Insert into Emp_details values(30,'Sarita',7000);
IV)Insert into Emp_details values(40,'Akash', NULL);
V) Insert into Emp_details values(50,5000);
Which of the statements given above will insert data into the Emp_details table?
Pick ONE option
Only (II) and (III)
Only(I),(III) and (IV)
(I),(II),(III),(IV) and (V)
 Question 10 Consider the Emp_details table given below: Create table Emp_details(Emp_Id

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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

Students Have Also Explored These Related Databases Questions!