Sail E0 Webinar

MCQs

Total Questions : 63 | Page 3 of 7 pages
Question 21. The SQL MAKE TABLE command is used to construct tables, define columns, define column constraints and create relationships.
  1.    True
  2.    False
 Discuss Question
Answer: Option B. -> False
Question 22. SQL has a JOIN ON syntax that can be used to create inner joins and outer joins.
  1.    True
  2.    False
 Discuss Question
Answer: Option A. -> True
Question 23. The SQL CHECK constraint is fully defined by the SQL-92 standard, and is consistently implemented by all DBMS vendors.
  1.    True
  2.    False
 Discuss Question
Answer: Option B. -> False
Question 24. Standard SQL-92 views are constructed from SQL SELECT statements that do not contain the GROUP BY clause.
  1.    True
  2.    False
 Discuss Question
Answer: Option B. -> False
Question 25. SQL Server does not support the BEFORE trigger.
  1.    True
  2.    False
 Discuss Question
Answer: Option A. -> True
Question 26. A updatable view has its own data.
  1.    True
  2.    False
 Discuss Question
Answer: Option B. -> False
Question 27. The SQL DELETE statement is used to delete both the table structure and table data.
  1.    True
  2.    False
 Discuss Question
Answer: Option B. -> False
Question 28. Common types of SQL CHECK constraints include range checks and limiting columns values.
  1.    True
  2.    False
 Discuss Question
Answer: Option A. -> True
Question 29. When a foreign key column is created without a corresponding foreign key constraint, we have created a "casual relationship" between the two tables.
  1.    True
  2.    False
 Discuss Question
Answer: Option A. -> True
Question 30. If any required (NOT NULL) columns are missing from the view, the view cannot be used for inserting new data.
  1.    True
  2.    False
 Discuss Question
Answer: Option A. -> True

Latest Videos

Latest Test Papers