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
Which SQL keyword is used to specify a condition that rows must meet to be included in the results of an SQL SELECT query?
(Multiple Choice)
4.8/5
(32)
The TOP built-in function in SQL is used to find the maximum value in a numeric column.
(True/False)
4.8/5
(38)
Microsoft Access SQL allows table structures to be modified by using the standard SQL ________ command.
(Short Answer)
4.7/5
(38)
Referential integrity constraints using the ON DELETE NO ACTION phrase may be explicitly stated when the table is created using the CREATE TABLE statement.
(True/False)
4.9/5
(41)
In Microsoft Access,standard SQL table creation syntax items not supported by Access SQL can generally be implemented by ________.
(Multiple Choice)
4.8/5
(31)
In SQL,multiple conditions in the WHERE clause can be combined by using the SQL AND keyword.
(True/False)
4.9/5
(32)
A subquery is appropriate only if the final result contains only data from a single table.
(True/False)
4.8/5
(40)
Which of the following is not a standard data type used in SQL?
(Multiple Choice)
4.7/5
(33)
Referential integrity constraints can be created using the ON DELETE phrase when the table is created using the CREATE TABLE statement.
(True/False)
4.8/5
(35)
Conditions in an SQL INSERT command and after the SQL ________ keyword require single quotes around values for Char and VarChar columns,but not around values for Integer and Numeric columns.
(Short Answer)
4.8/5
(30)
Data from a maximum of three tables can be combined through the use of subqueries in SQL.
(True/False)
4.9/5
(33)
Microsoft Access SQL supports and will correctly implement the numeric data type with (m,n)notation.
(True/False)
4.8/5
(26)
To force the DBMS to remove duplicate rows from the results of an SQL SELECT query,the keyword DISTINCT must be used.
(True/False)
4.8/5
(39)
Which SQL keyword is used to eliminate duplicate rows in the results of an SQL SELECT query?
(Multiple Choice)
5.0/5
(32)
Given the table
CUSTOMER(CustID,Name,PhoneNum,AcctBalance)
What is the standard SQL query phrase to retrieve data for customers with an account balance greater than 50?
(Multiple Choice)
4.8/5
(30)
Which symbol is used in standard SQL as a wildcard to represent a single,unspecified character?
(Multiple Choice)
4.9/5
(26)
When using SQL to create a table,a column is defined by declaring,in this order: data type,column name,and optional constraints.
(True/False)
4.7/5
(36)
Showing 41 - 60 of 97
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)