Exam 7: Introduction to Structured Query Language SQL
Exam 1: Database Systems72 Questions
Exam 2: Data Models75 Questions
Exam 3: The Relational Database Model74 Questions
Exam 4: Entity Relationship Ermodeling75 Questions
Exam 5: Advanced Data Modeling83 Questions
Exam 6: Normalization of Database Tables92 Questions
Exam 7: Introduction to Structured Query Language SQL92 Questions
Exam 8: Advanced SQL95 Questions
Exam 9: Database Design87 Questions
Exam 10: Transaction Management and Concurrency Control76 Questions
Exam 11: Database Performance Tuning and Query Optimization82 Questions
Exam 12: Distributed Database Management Systems72 Questions
Exam 13: Business Intelligence and Data Warehouses75 Questions
Exam 14: Big Data Analytics and NoSQL76 Questions
Exam 15: Database Connectivity and Web Technologies81 Questions
Exam 16: Database Administration and Security81 Questions
Select questions type
In a 1:M relationship,a user must always create the table for the side first.
Free
(Short Answer)
4.8/5
(33)
Correct Answer:
1 one
Date procedures are often more software-specific than other SQL procedures.
Free
(True/False)
4.9/5
(37)
Correct Answer:
True
An alias cannot be used when a table is required to be joined to itself in a recursive query.
Free
(True/False)
4.9/5
(33)
Correct Answer:
False
DATE()and SYSDATE are special functions that return today's date in MS Access and ,respectively.
(Short Answer)
4.9/5
(18)
You can select partial table contents by naming the desired fields and by placing restrictions on the rows to be included in the output.
(True/False)
4.8/5
(43)
The conditional LIKE must be used in conjunction with wildcard characters.
(True/False)
4.7/5
(42)
The specification is used to avoid having duplicated values in a column.
(Short Answer)
4.8/5
(28)
A common practice is to create a(n)on any field that is used as a search key,in comparison operations in a conditional expression,or when a user wants to list rows in a specific order.
(Short Answer)
4.7/5
(36)
An alias is especially useful when a table must be joined to itself in a(n)query.
(Short Answer)
4.9/5
(36)
When a user issues the DELETE FROM tablename command without specifying a WHERE condition,.
(Multiple Choice)
4.9/5
(28)
A database language enables the user to perform complex queries designed to transform the raw data into useful information.
(True/False)
4.8/5
(30)
The constraint assigns a value to an attribute when a new row is added to a table.
(Multiple Choice)
4.8/5
(31)
Which of the following queries is used to list a unique value for V_CODE,where the list will produce only a list of those values that are different from one another?
(Multiple Choice)
4.7/5
(25)
To list the contents of a table,you must use the DISPLAY command.
(True/False)
5.0/5
(35)
Entity integrity is enforced automatically when the primary key is specified in the CREATE TABLE command sequence.
(True/False)
4.7/5
(33)
The SQL aggregate function that gives the number of rows containing non-null values for a given column is .
(Multiple Choice)
4.7/5
(35)
Which of the following queries will list all the rows in which the inventory stock dates occur on or after January 20,2016?
(Multiple Choice)
4.9/5
(33)
Showing 1 - 20 of 92
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)