adplus-dvertising
frame-decoration

Question

Insert into instructor values (10211, ’Smith’, ’Biology’, 66000);
What type of statement is this ?

a.

Query

b.

DML

c.

Relational

d.

DDL

Answer: (b).DML

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Insert into instructor values (10211, ’Smith’, ’Biology’, 66000); What type of statement is this ?

Similar Questions

Discover Related MCQs

Q. Updates that violate __________ are disallowed.

Q.
Name

Annie

Bob

Callie

Derek

Which of these query will display the the table given above ?

Q. Select ________ dept_name
from instructor;

Here which of the following displays the unique values of the column ?

Q. The ______ clause allows us to select only those rows in the result relation of the ____ clause that satisfy a specified predicate.

Q. Select ID, name, dept name, salary * 1.1
where instructor;

The query given below will not give an error. Which one of the following has to be replaced to get the desired output?

Q. The ________ clause is used to list the attributes desired in the result of a query.

Q. Select name, course_id
from instructor, teaches

where instructor_ID= teaches_ID;

This Query can be replaced by which one of the following ?

Q. Select * from employee where salary>10000 and dept_id=101;
Which of the following fields are displayed as output?

Q. Which of the following statements contains an error?

Q. Insert into employee _____ (1002,Joey,2000);
In the given query which of the keyword has to be inserted ?

Q. SELECT * FROM employee WHERE dept_name="Comp Sci";

In the SQL given above there is an error . Identify the error .

Q. ’_ _ _ ’ matches any string of ______ three characters. ’_ _ _ %’ matches any string of at ______ three characters.

Q. In SQL the spaces at the end of the string are removed by _______ function .

Q. _____ operator is used for appending two strings.

Q. The union operation is represented by

Q. The intersection operator is used to get the _____ tuples.

Q. The union operation automatically __________, unlike the select clause.

Q. If we want to retain all duplicates, we must write ________ in place of union.

Q. For like predicate which of the following is true.

i) % matches zero OF more characters.
ii) _ matches exactly one CHARACTER.

Q. The number of attributes in relation is called as its