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
The SQL keyword GROUP BY instructs the DBMS to group together those rows that have the same value in a column.
(True/False)
4.9/5
(38)
While many subqueries can be alternatively written as joins,correlated subqueries do work that cannot be duplicated as a join.
(True/False)
4.9/5
(37)
The SQL WHERE clause contains the condition that specifies which rows are to be selected.
(True/False)
4.9/5
(35)
The SQL built-in function COUNT computes the number of rows in a query.
(True/False)
4.9/5
(33)
Briefly describe subqueries and joins.Explain when each is not an acceptable alternative for the other.
(Essay)
4.8/5
(29)
In an SQL query,which built-in function is used to compute the average value of numeric columns?
(Multiple Choice)
4.8/5
(43)
The SQL built-in function MOST obtains the largest value in a numeric column.
(True/False)
4.9/5
(41)
Columns can be sorted in descending sequence by using the SQL DESC keyword.
(True/False)
4.9/5
(36)
In an SQL query,which SQL keyword is used with built-in functions to group together rows that have the same value in a specified column?
(Multiple Choice)
4.8/5
(37)
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.9/5
(24)
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.8/5
(31)
Given the table CUSTOMER(CustID,Name,PhoneNumber,AccountBalance),write the standard SQL query to retrieve the Name and Phone Number of customers with a balance greater than 50.
(Essay)
4.9/5
(36)
The SQL built-in function ADDUP totals values in numeric columns.
(True/False)
4.9/5
(35)
In an SQL query,which of the following symbols is used by Microsoft Access to represent a single unspecified character?
(Multiple Choice)
4.8/5
(31)
The WHERE clause contains the condition that specifies which columns are to be selected.
(True/False)
4.8/5
(39)
Showing 61 - 80 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)