Exam 3: Structured Query Language

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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)

SQL was developed by ________ in the late 1970s.

(Short Answer)
4.8/5
(20)

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)

Discuss SQL data types.

(Essay)
4.9/5
(29)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)