Exam 2: Introduction to Structured Query Language SQL
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language SQL100 Questions
Exam 3: The Relational Model and Normalization100 Questions
Exam 4: Database Design Using Normalization100 Questions
Exam 5: Data Modeling With the Entity-Relationship Model100 Questions
Exam 6: Transforming Data Models Into Database Designs103 Questions
Exam 7: SQL for Database Construction and Application Processing105 Questions
Exam 8: Database Redesign101 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: Managing Databases With SQL Server 2008 R2100 Questions
Exam 11: Managing Databases With Oracle Database 11g100 Questions
Exam 12: Managing Databases With MySQL 55100 Questions
Exam 13: The Web Server Environment110 Questions
Exam 14: Database Processing With XML100 Questions
Exam 15: Database Processing for Business Intelligence Systems101 Questions
Exam 16: Microsoft Access 201048 Questions
Exam 17: Getting Started With Systems Analysis and Design35 Questions
Exam 18: E-R Diagrams and the Idef1x Standard35 Questions
Exam 19: E-R Diagrams and the UML Standard36 Questions
Exam 20: Getting Started With MySQL Workbench Data Modeling Tools37 Questions
Exam 21: Getting Started With Microsoft Visio 201036 Questions
Exam 22: the Semantic Object Model35 Questions
Exam 23: Data Structures for Database Processing35 Questions
Exam 24: Getting Started With Web Servers php and the Eclipse PDT35 Questions
Select questions type
In an SQL query,which built-in function is used to compute the number of rows in a table?
(Multiple Choice)
4.9/5
(34)
When one SQL query is embedded in another SQL query,this is referred to as a ________.
(Multiple Choice)
4.8/5
(31)
The American National Standards Institute (ANSI)maintains the standards for SQL.
(True/False)
4.8/5
(35)
To obtain all columns,use an asterisk (*)wildcard character instead of listing all the column names.
(True/False)
4.9/5
(30)
The names of tables to be joined in an SQL query are listed in the FROM clause.
(True/False)
4.9/5
(33)
The SQL built-in function AVG computes the average of values in numeric columns.
(True/False)
4.9/5
(37)
The following database will be used in this question:
GENERAL SALES DATABASE:
SALESREP
CUSTOMER
Explain the use of the GROUP BY keyword.Include an example based on the CUSTOMER table from the General Sales database.


(Essay)
4.7/5
(31)
To exclude one or more values using a condition,the SQL OUT keyword must be used.
(True/False)
4.8/5
(38)
To sort the rows of the result table,the ORDER BY clause is specified.
(True/False)
4.7/5
(29)
Given a table with the structure: EMPLOYEE (EmpNo,Name,Salary,HireDate),which of the following would find all employees whose name begins with the letter "S" using Microsoft Access?
(Multiple Choice)
4.9/5
(41)
Two or more tables are joined by giving the table names in the WHERE clause and specifying the equality of the respective column names as a condition in the GROUP BY clause.
(True/False)
4.8/5
(37)
An alternative to combining tables by a subquery is to use a join.
(True/False)
4.7/5
(28)
The SQL keyword WHERE is used to specify the table(s)that contain(s)the data to be retrieved.
(True/False)
4.8/5
(40)
The result of an SQL SELECT operation can contain duplicate rows.
(True/False)
4.9/5
(37)
SQL includes a data definition language,a data manipulation language,and SQL/Persistent stored modules.
(True/False)
4.7/5
(29)
To remove duplicate rows from the result of a query,specify the SQL DISTINCT keyword.
(True/False)
4.8/5
(36)
Showing 41 - 60 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)