Tag: databases

Questions Related to databases

  1. No effect

  2. The index will be rendered invalid

  3. The index will be dropped

  4. The index will contain NULL values.


Correct Option: C
  1. Names starting with “a”

  2. Names with "a" as second character

  3. Last character as "a"

  4. Names with atleast two "a" at the start.


Correct Option: B
  1. DELETE clause

  2. INSERT clause

  3. SELECT clause

  4. JOIN clause


Correct Option: C

What does SQL stand for?

  1. Strong Query Language

  2. Standard Query Language

  3. Strict Query Language

  4. Structured Query Language


Correct Option: D
  1. The name of the table we are selecting from

  2. list of columns to be selected

  3. Definition of the condition to be met for the rows to be returned

  4. None of above


Correct Option: C
  1. The primary key column is a column or combination of columns whose values can be non-unique

  2. The primary key is a column or combination of columns whose values uniquely identify each row in the table

  3. The primary key is a column that can have NULL values

  4. all of above


Correct Option: B
  1. An index is the same as alias

  2. An index is a database table attribute, which speeds-up data search within a table

  3. An index is a special way to join 2 or more tables

  4. None of above


Correct Option: B