Exam 3: Structured Query Language
Exam 1: Getting Started76 Questions
Exam 2: The Relational Model87 Questions
Exam 3: Structured Query Language96 Questions
Exam 4: Data Modeling and the Entity-Relationship Model76 Questions
Exam 5: Database Design81 Questions
Exam 6: Database Administration76 Questions
Exam 7: Database Processing Applications82 Questions
Exam 8: Big Data, data Warehouses, and Business Intelligence Systems99 Questions
Exam 9: Getting Started With Microsoft Sql Server 201240 Questions
Exam 10: Getting Started With Oracle Database 11g Release 243 Questions
Exam 11: Getting Started With Mysql 56 Community Server71 Questions
Exam 12: James River Jewelry Project Questions70 Questions
Exam 13: Sql Views47 Questions
Exam 14: Getting Started in Systems Analysis and Design34 Questions
Exam 15: Getting Started With Microsoft Visio 201017 Questions
Exam 16: The Access Workbench-section Microsoft Access35 Questions
Exam 17: Getting Started With Web Servers, php, and the Netbeans IDE98 Questions
Exam 18: Business Intelligence Systems77 Questions
Select questions type
In Microsoft Access,tables are added to a QBE Query window by selecting the tables from the ________ dialog box.
(Short Answer)
4.8/5
(25)
Which of the following is the correct SQL clause to sort the results of a SELECT query in reverse-alphabetic order using the Department field?
(Multiple Choice)
4.8/5
(39)
Given the table CUSTOMER(CustID,Name,PhoneNum,AcctBalance)
What is the standard SQL query phrase to retrieve data for customers with an account balance greater than 50?
(Multiple Choice)
4.8/5
(39)
Built-in SQL functions cannot be applied to data combined using the GROUP BY keyword.
(True/False)
4.8/5
(40)
If you need to create a primary key that is a composite key using SQL,the key may be defined when the table is created using the CREATE TABLE statement.
(True/False)
4.9/5
(35)
Using SQL commands,multiple tables can be queried using either subqueries or ________.
(Short Answer)
4.8/5
(36)
Given the table STUDENT(StudentID,Name,Advisor),which of the following SQL statements would be used to change the value of the Advisor field to 'Smith' for all rows in the STUDENT table?
(Multiple Choice)
4.8/5
(38)
Existing tables in a database can be structurally modified by using the SQL ________ command.
(Short Answer)
4.8/5
(34)
In SQL,to refer to a range of values in a WHERE clause,use the WITHIN keyword.
(True/False)
4.9/5
(30)
Which SQL keyword can be used in conjunction with wildcards to select partial values?
(Multiple Choice)
4.8/5
(32)
The order of the columns returned by an SQL SELECT statement is determined by the:
(Multiple Choice)
4.7/5
(30)
Using standard SQL,unmatched rows will not appear in the result of a join.
(True/False)
4.8/5
(33)
The TOP built-in function in SQL is used to find the maximum value in a numeric column.
(True/False)
4.8/5
(26)
Referential integrity constraints can be created using the ON DELETE phrase when the table is created using the CREATE TABLE statement.
(True/False)
4.9/5
(37)
In SQL,the NOT keyword can be combined with the IN keyword to form the NOT IN condition for selecting values.
(True/False)
4.7/5
(25)
The ON DELETE CASCADE referential integrity constraint does not apply when rows are deleted using the SQL DELETE command.
(True/False)
4.8/5
(34)
A composite primary key can be defined using the CONSTRAINT phrase in which SQL command?
(Multiple Choice)
4.8/5
(28)
Using SQL commands,multiple tables can be queried so that all the values from one table appear in the results,regardless of whether they have one or more corresponding values in the other table,by using the SQL ________ command.
(Short Answer)
4.8/5
(40)
Showing 21 - 40 of 96
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)