Exam 2: Introduction to Structured Query Language
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language114 Questions
Exam 3: The Relational Model and Normalization100 Questions
Exam 4: Database Design Using Normalization100 Questions
Exam 5: Data Modeling With the Entity-Relationship Model104 Questions
Exam 6: Transforming Data Models Into Database Designs103 Questions
Exam 7: SQL for Database Construction and Application Processing104 Questions
Exam 8: Database Redesign103 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: Managing Databases With SQL Server 2014101 Questions
Exam 11: Managing Databases With Oracle Database106 Questions
Exam 12: Managing Databases With Mysql 5.6101 Questions
Exam 13: The Web Server Environment128 Questions
Exam 14: Big Data, Data-Warehouses, and Business Intelligence Systems108 Questions
Exam 15: Getting Started With Microsoft Access 201353 Questions
Exam 16: Getting Started With Systems Analysis and Design37 Questions
Exam 17: E-R Diagrams and the IDEF1X Standard37 Questions
Exam 18: E-R Diagrams and the UML Standard36 Questions
Exam 19: Getting Started With Mysql Workbench Data Modeling Tools37 Questions
Exam 20: Getting Started With Microsoft Visio 201332 Questions
Exam 21: Data Structures for Database Processing39 Questions
Exam 22: the Semantic Object Model35 Questions
Exam 23: Getting Started With Web Servers, PHP, and the Netbeans IDE35 Questions
Exam 24: Business Intelligence Systems82 Questions
Exam 25: Big Data81 Questions
Select questions type
The clause SELECT COUNT (*)results in a table with a single row and a single column.
(True/False)
4.8/5
(32)
The following database will be used in this question:
GENERAL SALES DATABASE:
SALESREP
CUSTOMER
Explain the use of the SQL keyword LIKE.Include an example based on the CUSTOMER table from the General Sales database;use at least one wildcard.


(Essay)
4.7/5
(35)
The SQL WHERE clause contains the condition that specifies which rows are to be selected.
(True/False)
4.9/5
(32)
In an SQL query,which built-in function is used to compute the number of rows in a table?
(Multiple Choice)
4.8/5
(29)
The SQL wildcard character "%" represents a series of one or more unspecified characters.
(True/False)
4.9/5
(38)
SQL is not a complete programming language.Rather it is a data sublanguage.
(True/False)
4.9/5
(31)
An asterisk (*)following the SELECT verb means that all columns are to be displayed.
(True/False)
4.9/5
(36)
In an SQL query,which of the following symbols is used by ANSI SQL to represent a single unspecified character?
(Multiple Choice)
4.8/5
(34)
Suppose your company stores EMPLOYEE and CUSTOMER data in separate tables.If you want to find all employees who are also customers,which SQL keyword would you most likely use?
(Multiple Choice)
4.9/5
(33)
In an SQL query,which SQL keyword is used to implement a subquery?
(Multiple Choice)
4.7/5
(31)
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)
4.9/5
(29)
To have SQL automatically eliminate duplicate rows from a result,use the keyword DISTINCT with the FROM keyword.
(True/False)
4.7/5
(40)
To sort the rows of the result table,the ORDER BY clause is specified.
(True/False)
4.8/5
(30)
In an SQL query,which built-in function is used to compute the average value of numeric columns?
(Multiple Choice)
4.8/5
(33)
The rows of the result table can be sorted by the values in one or more columns.
(True/False)
4.9/5
(41)
The SQL syntax JOIN ...ON can be used as an alternate way of writing an SQL join statement.
(True/False)
4.8/5
(34)
The SQL wildcard character "#" indicates a single,unspecified character in a specific location in an SQL query.
(True/False)
4.9/5
(33)
To refer to a set of values needed for a condition,use the SQL IN operator.
(True/False)
4.8/5
(31)
Showing 81 - 100 of 114
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)