Introduction To SQL Databases-55315 Quiz Questions and Answers

Answer :
  • INSERT

Explanation :

<p>The INSERT statement is used to add one or more rows to a table</p>
Answer :
  • Data Integrity

Explanation :

cascade option is used for data integrity
Answer :
  • An exact match is not possible in a SELECT statement.

Explanation :

Wildcard is use to search data
Answer :
  • A) To specify the syntax and semantics of SQL data definition language
    B) To specify the syntax and semantics of SQL manipulation language
    C) To define the data structures
    All of the above

Explanation :

stroring data in proper format
Answer :
  • Limits the row data that are returned

Explanation :

where clause is predicate
Answer :
  • A virtual table that can be accessed via SQL commands

Explanation :

view is a virtual table
Answer :
  • Coorelation name

Explanation :

Coorelation name
Answer :
  • DELETE FROM CUSTOMER WHERE

Explanation :

delete from tbl
Answer :
  • Sql 1999

Explanation :

Sql 1999