Exam 3: Structured Query Language
Exam 1: Getting Started82 Questions
Exam 2: The Relational Model90 Questions
Exam 3: Structured Query Language97 Questions
Exam 4: Data Modeling and the Entity Relationship Model83 Questions
Exam 5: Database Design81 Questions
Exam 6: Database Administration78 Questions
Exam 7: Database Processing Applications84 Questions
Exam 8: Data Warehouses,Business Intelligence Systems,and Big Data100 Questions
Exam 9: Learn how to create a database in SQL Server 201643 Questions
Exam 10: Learn how to create a database in Oracle Database XE 11g Release 252 Questions
Exam 11: Learn how to create a database in MySQL 5.7 Community Server Edition72 Questions
Exam 12: Introduce the topic of importing Microsoft Excel 2016 data into a database table84 Questions
Exam 13: To be able to create a statement of work (SOW)54 Questions
Exam 14: Learn how to create E-R data models in Microsoft Visio 201633 Questions
Exam 15: Learn how to create Microsoft Access 2016 switchboards17 Questions
Exam 16: Know how to configure and update PHP36 Questions
Exam 17: Learn the basic concepts of business intelligence (BI)systems98 Questions
Exam 18: Learn about replicated partitioned data stores for supporting clusters75 Questions
Select questions type
In SQL,the LIKE keyword can be combined with the NOT keyword to form the NOT LIKE condition for selecting values.
(True/False)
4.9/5
(34)
The ________ statement removes all data from a table while leaving the table structure,and also resets any surrogate primary key values back to the starting point.
(Short Answer)
4.9/5
(40)
Which type of join,although not included in standard SQL,was created to allow unmatched rows to appear in the result of a join operation?
(Multiple Choice)
4.9/5
(41)
The SQL keyword(s)________ mean(s)that a value must be supplied before a new row can be created.
(Short Answer)
4.8/5
(35)
Built-in SQL functions cannot be applied to data combined using the GROUP BY keyword.
(True/False)
4.9/5
(33)
Which SQL keyword is used to apply conditions to restrict groups that appear in the results of a SELECT query that uses GROUP BY?
(Multiple Choice)
4.8/5
(39)
A complete table,including both the table structure and any data in the table,can be removed from the database by using the SQL ________ command.
(Short Answer)
4.8/5
(30)
In SQL,the NOT keyword can be combined with the IN keyword to form the NOT IN condition for selecting values.
(True/False)
4.8/5
(29)
When using SQL to create a table,specifying the NULL property for a column indicates that only null values may be stored in that column.
(True/False)
4.8/5
(28)
Given the table STUDENT(StudentID,Name,Advisor),which of the following SQL statements would be used to change the value of the Advisor field to 'Smith' for all rows in the STUDENT table?
(Multiple Choice)
4.8/5
(42)
The basic idea of a join is to combine the contents of two or more relations into a new relation.
(True/False)
4.9/5
(28)
In SQL,the order of the rows that result from a SELECT statement can be set using the SORT BY phrase.
(True/False)
4.9/5
(35)
In SQL,the IS NULL keyword can be used to select on records containing NULL values in a particular column.
(True/False)
4.9/5
(34)
In Microsoft Access,tables are added to a Query window by ________.
(Multiple Choice)
4.8/5
(30)
Which symbol is used in standard SQL as a wildcard to represent a series of one or more unspecified characters?
(Multiple Choice)
4.9/5
(36)
In SQL,the LIKE keyword can be used to select on partial values.
(True/False)
4.7/5
(38)
The order of the columns returned by an SQL SELECT statement is determined by the ________.
(Multiple Choice)
4.9/5
(32)
Showing 61 - 80 of 97
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)