databases Online Quiz - 15
Description: databases Online Quiz - 15 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
Attempted
0/20
Correct 0
Score 0
‹
›
In databases, ON UPDATE CASCADE ensures which of the following?
What is decode equivalent function in Teradata
SET clause in CREATE statement allows duplicate rows whereas MULTISET will not
SQL is case sensitive
The AND operator displays a record if both the first condition and the second condition is true. The OR operator displays a record if either the first condition or the second condition is true.
The below Query is to select the persons with a first name that starts with any character, followed by "la" from the "Persons" table. SELECT * FROM Persons WHERE FirstName LIKE '%la%'
The Correct Statement to select all the columns from a table named "Employee".