SQL Views are also known as
Complex tables
B.Simple tables
C.Virtual tables
D.Actual Tables
What is the full form of SQL?
Structured Query List
B.Structure Query Language
C.Sample Query Language
D.None of these.
Which of the following is not a DDL command?
TRUNCATE
B.ALTER
C.CREATE
D.UPDATE
Which of the following are TCL commands?
COMMIT and ROLLBACK
B.UPDATE and TRUNCATE
C.SELECT and INSERT
D.GRANT and REVOKE
SQL Views are also known as
Simple tables
B.Virtual tables
C.Complex tables
D.Actual Tables
How many Primary keys can have in a table?
Only 1
B.Only 2
C.Depends on no of Columns
D.Depends on DBA
Which datatype can store unstructured data in a column ?
CHAR
B.RAW
C.NUMERIC
D.VARCHAR
Which of the following is not Constraint in SQL?
Primary Key
B.Not Null
C.Check
D.Union
Which data manipulation command is used to combines the records from one or more tables?
SELECT
B.PROJECT
C.JOIN
D.PRODUCT
In which of the following cases a DML statement is not executed?
When existing rows are modified.
B.When a table is deleted.
C.When some rows are deleted.
D.All of the above