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 SQL keyword must be used to remove duplicate rows from the result table?
Free
(Multiple Choice)
4.8/5
(27)
Correct Answer:
B
In an SQL query,which SQL keyword is used to specify the column names to be used in a join?
Free
(Multiple Choice)
4.9/5
(32)
Correct Answer:
E
The SQL keyword FROM is used to specify the table to be used.
Free
(True/False)
4.9/5
(43)
Correct Answer:
True
An asterisk (*)following the SELECT verb means that all columns are to be displayed.
(True/False)
4.8/5
(36)
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 standard SQL?
(Multiple Choice)
4.7/5
(35)
In an SQL query,which SQL keyword is used to implement a subquery?
(Multiple Choice)
5.0/5
(42)
Based on the tables below,which of the following ANSI SQL commands would return the average customer balance grouped by SalesRepNo? GENERAL SALES DATABASE:
SALESREP
CUSTOMER



(Multiple Choice)
4.8/5
(35)
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
(31)
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
(32)
The clause SELECT COUNT (*)results in a table with a single row and a single column.
(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.8/5
(35)
Based on the tables below,which of the following commands in ANSI SQL would return only the name of the sales representative and the name of the customer for each customer that has a balance greater than 400? GENERAL SALES DATABASE:
SALESREP
CUSTOMER



(Multiple Choice)
4.9/5
(39)
The rows of the result table can be sorted by the values in one or more columns.
(True/False)
4.8/5
(32)
When one SQL query is embedded in another SQL query,the first SQL query can still contain an SQL ________ clause.
(Multiple Choice)
4.9/5
(31)
A nested SELECT statement (one that appears within the WHERE clause of another SQL statement)is called a subquery and must be enclosed in parentheses.
(True/False)
4.8/5
(32)
The SQL keyword SELECT is used to specify the columns to be listed in the query results.
(True/False)
4.7/5
(41)
Showing 1 - 20 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)