Exam 2: Introduction to Structured Query Language SQL
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language SQL105 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 Processing100 Questions
Exam 8: Database Redesign101 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: A: Managing Databases With SQL Server 20012100 Questions
Exam 10: B: Managing Databases With Oracle Database 11g Release 2100 Questions
Exam 10: C: Managing Databases With MySQL100 Questions
Exam 11: The Web Server Environment198 Questions
Exam 12: Big Data datawarehouse and Business Intelligence Systems102 Questions
Exam 13: Microsoft Access 201348 Questions
Exam 14: Getting Started With Systems Analysis and Design35 Questions
Exam 15: E-R Diagrams and the Idef1x Standard35 Questions
Exam 16: E-R Diagrams and the UML Standard36 Questions
Exam 17: Getting Started With MySQL Workbench Data Modeling Tools37 Questions
Exam 18: Getting Started With Microsoft Visio 201334 Questions
Exam 19: Data Structures for Database Processing35 Questions
Exam 20: the Semantic Object Model35 Questions
Exam 21: Getting Started With Web Servers php and the Eclipse PDT35 Questions
Exam 22: Business Intelligence Systems80 Questions
Select questions type
The columns to be obtained by an SQL command are listed after the FROM keyword.
(True/False)
4.8/5
(27)
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)
5.0/5
(34)
The following database will be used in this question:
GENERAL SALES DATABASE:
SALESREP
CUSTOMER
Explain the use of the of SQL keyword SELECT.Include an example based on the CUSTOMER table in the General Sales database.


(Essay)
4.8/5
(36)
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
(34)
In an SQL query,which built-in function is used to obtain the largest value of numeric columns?
(Multiple Choice)
4.9/5
(44)
The SQL built-in function COUNT computes the number of rows in a query.
(True/False)
4.8/5
(29)
In an SQL query,which of the following symbols is used by ANSI SQL to represent a single unspecified character?
(Multiple Choice)
4.9/5
(44)
When two conditions must both be true for the rows to be selected,the conditions are separated by the SQL AND keyword.
(True/False)
4.7/5
(32)
In an SQL query,which built-in function is used to total numeric columns?
(Multiple Choice)
4.9/5
(35)
When people use the term "join" they normally mean an "equijoin."
(True/False)
4.7/5
(33)
A WHERE clause can contain another SELECT statement enclosed in parentheses.
(True/False)
4.9/5
(26)
In an SQL query,the built-in functions SUM and AVG work with columns containing data of which of the following data types?
(Multiple Choice)
4.8/5
(34)
In an SQL query,which SQL keyword is used to specify the names of tables to be joined?
(Multiple Choice)
4.8/5
(31)
In an SQL query,which built-in function is used to obtain the smallest value of numeric columns?
(Multiple Choice)
4.9/5
(36)
Joins that show the matching rows from the joined tables plus unmatched rows from one other table in their results are called outer joins.
(True/False)
5.0/5
(41)
Showing 81 - 100 of 105
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)