adplus-dvertising
frame-decoration

Question

Which of the following is the right syntax for assertion?

a.

Create assertion 'assertion-name' check 'predicate';

b.

Create assertion check 'predicate' 'assertion-name';

c.

Create assertions 'predicates';

d.

All of the mentioned

Posted under SQL DBMS

Answer: (a).Create assertion 'assertion-name' check 'predicate';

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following is the right syntax for assertion?

Similar Questions

Discover Related MCQs

Q. Which of the following can be addressed by enforcing a referential integrity constraint?

Q. Drop Table cannot be used to drop a table referenced by a _________ constraint.

Q. ____________ is preferred method for enforcing data integrity.

Q. SQL stands for ________ .

Q. The SQL command to create a table is:

Q. A ________ is a stored program that is attached to a table or a view.

Q. The DROP TABLE statement:

Q. SQL views can be used to hide:

Q. The SQL statement to create a view is:

Q. To update an SQL view, the DBMS must be able to associate the column(s) to be updated with:

Q. Which of the following is NOT a type of SQL constraint?

Q. A ________ is a program that performs some common action on database data and that is stored in the database.

Q. For what purposes are views used?

Q. What is an SQL virtual table that is constructed from other tables?

Q. When using the SQL INSERT statement:

Q. What is not an advantage of stored procedures?

Q. A reason for using an SQL view to hide columns is:

Q. Which of the following is an SQL trigger supported by Oracle?

Q. The SQL ALTER statement can be used to:

Q. What SQL structure is used to limit column values of a table?