Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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)
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

How autonomous should the target be left after the merger deal?

Answered: 1 week ago