Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Database Processing Fundamentals
Quiz 2: Introduction to Structured Query Language SQL
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 81
Essay
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.
Question 82
Essay
What is SQL?
Question 83
Multiple Choice
In an SQL query,which SQL keyword is used to specify the names of tables to be joined?
Question 84
Essay
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.
Question 85
Multiple Choice
When one SQL query is embedded in another SQL query,the first SQL query can still contain an SQL ________ clause.
Question 86
Multiple Choice
Regarding the interchangeability of subqueries and joins,
Question 87
Multiple Choice
When one SQL query is embedded in another SQL query,the second SQL query is embedded in the ________ of the first query.
Question 88
Multiple Choice
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?
Question 89
Multiple Choice
In an SQL query,which built-in function is used to compute the number of rows in a table?
Question 90
Multiple Choice
Given a table with the structure: EMPLOYEE (EmpNo,Name,Salary,HireDate) ,which of the following is not a valid ANSI SQL command?
Question 91
Essay
Briefly describe subqueries and joins.Explain when each is not an acceptable alternative for the other.
Question 92
Multiple Choice
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
Question 93
Multiple Choice
In an SQL query,which SQL keyword is used with GROUP BY to select groups meeting specified criteria?
Question 94
Multiple Choice
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?