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
The SQL syntax JOIN ...ON can be used as alternate way of writing an SQL join statement.
(True/False)
4.8/5
(31)
In an SQL query,which built-in function is used to compute the number of rows in a table?
(Multiple Choice)
4.8/5
(43)
In an SQL query,which SQL keyword is used with GROUP BY to select groups meeting specified criteria?
(Multiple Choice)
4.8/5
(22)
In an SQL query,which SQL keyword actually creates the query?
(Multiple Choice)
4.9/5
(38)
The SQL keyword GROUP BY instructs the DBMS to group together those rows that have the same value in a column.
(True/False)
4.8/5
(41)
Arithmetic in SQL statements is limited to the operations provided by the built-in functions.
(True/False)
4.9/5
(29)
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
(32)
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.9/5
(32)
In an SQL query,which SQL keyword is used to specify the column names to be used in a join?
(Multiple Choice)
4.8/5
(32)
SQL includes a data definition language,a data manipulation language,and SQL/Persistent stored modules.
(True/False)
4.8/5
(36)
Briefly describe subqueries and joins.Explain when each is not an acceptable alternative for the other.
(Essay)
4.8/5
(35)
The WHERE clause contains the condition that specifies which columns are to be selected.
(True/False)
4.7/5
(39)
While many subqueries can be alternatively written as joins,correlated subqueries do work that cannot be duplicated as a join.
(True/False)
4.8/5
(31)
To refer to a set of values needed for a condition,use the SQL IN operator.
(True/False)
4.9/5
(37)
When one SQL query is embedded in another SQL query,this is referred to as a ________.
(Multiple Choice)
4.9/5
(39)
The SQL wildcard character "%" represents a series of one or more unspecified characters.
(True/False)
4.8/5
(30)
An asterisk (*)following the SELECT verb means that all columns are to be displayed.
(True/False)
4.8/5
(30)
Showing 41 - 60 of 105
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)