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 exclude one or more values using a condition,the SQL OUT keyword must be used.
(True/False)
4.8/5
(25)
Two or more tables are joined by giving the table names in the WHERE clause and specifying the equality of the respective column names as a condition in the GROUP BY clause.
(True/False)
4.9/5
(27)
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
(38)
To obtain all columns,use an asterisk (*)wildcard character instead of listing all the column names.
(True/False)
4.9/5
(23)
In an SQL query,which SQL keyword is used to determine if a column value is equal to any one of a set of values?
(Multiple Choice)
4.8/5
(39)
Given a table with the structure: EMPLOYEE (EmpNo,Name,Salary,HireDate),which of the following is not a valid ANSI SQL command?
(Multiple Choice)
4.8/5
(41)
In an SQL query,which SQL keyword is used to sort the result table by the values in one or more columns?
(Multiple Choice)
4.8/5
(35)
Columns can be sorted in descending sequence by using the SQL DESC keyword.
(True/False)
4.8/5
(33)
An alternative to combining tables by a subquery is to use a join.
(True/False)
4.8/5
(33)
In an SQL query,which built-in function is used to compute the average value of numeric columns?
(Multiple Choice)
4.9/5
(39)
To have SQL automatically eliminate duplicate rows from a result,use the keyword DISTINCT with the FROM keyword.
(True/False)
4.7/5
(39)
In an SQL query,which SQL keyword is used to specify the table(s)to be used?
(Multiple Choice)
4.8/5
(32)
The SQL built-in function MIN obtains the smallest value in a numeric column.
(True/False)
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)
Showing 61 - 80 of 105
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)