Question
a.
BETWEEN
b.
IS NULL
c.
LIKE
d.
IN
Posted under DBMS
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. ANSI-standard SQL allows the use of special operators in conjunction with the WHERE clause. A special operator used to check whether an attribute value is null is
Similar Questions
Discover Related MCQs
Q. A lock that prevents the use of any tables in the database from one transaction while another transaction is being processed is called a
View solution
Q. A condition that occurs when two transactions wait for each other to unlock data is known as a(n)
View solution
Q. Which of the following is not true about B+ trees?
View solution
Q. The extent of the database resource that is included with each lock is called the level of
View solution
Q. Snapshot isolation is a particular type of ______________ scheme.
View solution
Q. Snapshot isolation is used to give
View solution
Q. Lost update problem is
View solution
Q. Under first updater wins the system uses a __________ mechanism that applies only to updates.
View solution
Q. When a transaction Ti attempts to update a data item, it requests a _________ on that data item.
View solution
Q. Each of a pair of transactions has read data that is written by the other, but there is no data written by both transactions, is referred to as
View solution
Q. An application developer can guard against certain snapshot anomalies by appending a ______ clause to the SQL select query.
View solution
Q. Evaluate the CREATE TABLE statement:
CREATE TABLE products
(product_id NUMBER(6) CONSTRAINT prod_id_pk PRIMARY KEY, product_name VARCHAR2(15));
Which statement is true regarding the PROD_ID_PK constraint?
View solution
Q. Evaluate the following CREATE SEQUENCE statement:
CREATE SEQUENCE seq1
START WITH 100
INCREMENT BY 10
MAXVALUE 200
CYCLE
NOCACHE;
The sequence SEQ1 has generated numbers up to the maximum limit of 200. You issue the following SQL statement:
SELECT seq1.nextval FROM dual;
What is displayed by the SELECT statement?
View solution
Q. The method of access that uses key transformation is called as
View solution
Q. Why do we need concurrency control on B+ trees ?
View solution
Q. How many techniques are available to control concurrency on B+ trees?
View solution
Q. In crabbing protocol locking
View solution
Q. The deadlock can be handled by
View solution
Q. In crabbing protocol the the lock obtained on the root node is in _________ mode.
View solution
Q. If needed to split a node or coalesce it with its siblings, or redistribute key values between siblings, the crabbing protocol locks the parent of the node in ____________ mode.
View solution
Suggested Topics
Are you eager to expand your knowledge beyond DBMS? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!