SQL MCQ
SQL MCQ
c) Bit
c which operator is used in character string comparisons with pattern matching?
A) Like
B) Between.. And
C) Equal operator
D) Set operator
E)
A ± Like
c_______ removes all rows from a table without logging the individual row deletions.
A) drop
B) delete
C) Truncate
D) Alter
E) Update
C ± Truncate
cAn attribute or attributes that uniquely identify each row in a relation is called a(n)
A) field pointer
B) column.
C) primary key.
D) foreign key
C ± Primary Key
c A foreign key is a field (or fields) that points to the primary key of another table.
A) True
B) False
A ± True