Sail E0 Webinar

MCQs

Total Questions : 126 | Page 13 of 13 pages
Question 121. Which of the following is a valid SQL type?
  1.    CHARACTER
  2.    NUMERIC
  3.    All of these
  4.    FLOAT
 Discuss Question
Answer: Option C. -> All of these
Question 122. 'AS' clause is used in SQL for
  1.    Join operation.
  2.    Selection operation.
  3.    Projection operation.
  4.    Rename operation.
 Discuss Question
Answer: Option D. -> Rename operation.
Question 123. In SQL, which command is used to change a table's storage characteristics?
  1.    ALTER TABLE
  2.    None of these
  3.    CHANGE TABLE
  4.    MODIFY TABLE
 Discuss Question
Answer: Option A. -> ALTER TABLE
Question 124. Count function in SQL returns the number of
  1.    columns.
  2.    distinct values.
  3.    values.
  4.    groups.
 Discuss Question
Answer: Option C. -> values.
Question 125. ............. joins two or more tables based on a specified column value not equaling a specified column value in another table.
  1.    EQUIJOIN
  2.    NON-EQUIJOIN
  3.    OUTER JOIN
  4.    NATURAL JOIN
 Discuss Question
Answer: Option B. -> NON-EQUIJOIN
Question 126. NULL is
  1.    the same as 0 for integer
  2.    the same as blank for character
  3.    not a value
  4.    the same as 0 for integer and blank for character
 Discuss Question
Answer: Option C. -> not a value

Latest Videos

Latest Test Papers