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
To sort the rows of the result table,the ORDER BY clause is specified.
(True/False)
4.8/5
(40)
In an SQL query of two tables,which SQL keyword indicates that we want data from all the rows of one table to be included in the result,even if the row does not correspond to any data in the other table?
(Multiple Choice)
4.7/5
(48)
The rows of the result table can be sorted by the values in one or more columns.
(True/False)
4.8/5
(34)
The SQL keyword SELECT is used to specify the columns to be listed in the query results.
(True/False)
5.0/5
(33)
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.


(Essay)
4.7/5
(28)
The Microsoft Access wildcard character "_" (underscore)indicates a single,unspecified character in a specific location in a Microsoft Access SQL query.
(True/False)
4.9/5
(42)
SQL is not a complete programming language.Rather it is a data sublanguage.
(True/False)
4.8/5
(36)
The names of tables to be joined in an SQL query are listed in the FROM clause.
(True/False)
4.8/5
(40)
Joins that show only matching rows from the joined tables in their results are called inner joins.
(True/False)
4.8/5
(27)
Given the table CUSTOMER(CustID,Name,PhoneNumber,AccountBalance),write the standard SQL query to retrieve the Name and PhoneNumber of customers with a balance greater than 50.
(Essay)
4.9/5
(32)
Given the table CUSTOMER(CustID,Name,PhoneNumber,AccountBalance),write the standard SQL query to retrieve the Name and PhoneNumber of customers whose name begins with 'S'.
(Essay)
4.9/5
(26)
When one SQL query is embedded in another SQL query,the second SQL query is embedded in the ________ of the first query.
(Multiple Choice)
4.8/5
(29)
The clause SELECT COUNT (*)results in a table with a single row and a single column.
(True/False)
4.9/5
(25)
The SQL WHERE clause contains the condition that specifies which rows are to be selected.
(True/False)
4.8/5
(29)
To refer to a set of values in a condition,the values are placed inside parentheses ( )and separated by commas.
(True/False)
4.9/5
(43)
The Microsoft Access wildcard character "*" (asterisk)indicates a sequence of one or more unspecified characters in a Microsoft Access SQL query.
(True/False)
4.9/5
(40)
The SQL wildcard character "#" indicates a single,unspecified character in a specific location in an SQL query.
(True/False)
4.9/5
(41)
In an SQL query,which of the following symbols is used by ANSI SQL to represent all the columns in a single table?
(Multiple Choice)
4.7/5
(32)
The SQL built-in function AVG computes the average of values in numeric columns.
(True/False)
4.7/5
(39)
Showing 21 - 40 of 105
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)