adplus-dvertising
frame-decoration

Question

In SQL, the constraints, constructs, views, domains and tables are classified as its

a.

elements

b.

declaration

c.

interpreters

d.

descriptors

Posted under SQL DBMS

Answer: (a).elements

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. In SQL, the constraints, constructs, views, domains and tables are classified as its

Similar Questions

Discover Related MCQs

Q. The clause used in CREATE TABLE statement in SQL to specify secondary keys is called

Q. The possible actions of altering the tables in Standard Query Language includes

Q. The type of bit strings which is preceded by 'B' and is placed between single quotes is classified as

Q. In CREATE TABLE SQL command, each table must have atleast column/s

Q. Which of the following information does an SQL DDL not specify?

Q. Which of the following data types does the SQL standard not support?

Q. Which command is used to create a new relation in SQL

Q. If a1, a2, a3 are attributes in a relation and S is another relation, which of the following is an incorrect specification of an integrity constraint?

Q. What is the syntax to load data into the database? (Consider D as the database and a, b, c as data)

Q. Which of the following commands do we use to delete a relation (R) from a database?

Q. Which of the following commands do we use to delete all the tuples from a relation (R)?

Q. Choose the correct command to delete an attribute A from a relation R

Q. create table apartment(ownerID varchar (5), ownername varchar(25), floor numeric(4,0), primary key (ownerID));
Choose the correct option regarding the above statement

Q. What does the notnull integrity constraint do?

Q. Which of the following keywords is used beside the select clause to explicitly specify that duplicates are not removed?

Q. Which of the following logical connectives is not included in SQL?

Q. The where clause is a predicate involving attributes of the relation in the ______ clause.

Q. select distinct dept_name
from institute;

What does the above query do?

Q. What does the following query do?
select name, ID, branch

from student, department

where student.branch = department.branch;

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