Exam 3: Structured Query Language

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

In SQL,the LIKE keyword can be combined with the NOT keyword to form the NOT LIKE condition for selecting values.

(True/False)
4.9/5
(34)

The ________ statement removes all data from a table while leaving the table structure,and also resets any surrogate primary key values back to the starting point.

(Short Answer)
4.9/5
(40)

Distinguish between the HAVING clause and the WHERE clause.

(Essay)
4.8/5
(22)

Which type of join,although not included in standard SQL,was created to allow unmatched rows to appear in the result of a join operation?

(Multiple Choice)
4.9/5
(41)

The SQL keyword(s)________ mean(s)that a value must be supplied before a new row can be created.

(Short Answer)
4.8/5
(35)

Built-in SQL functions cannot be applied to data combined using the GROUP BY keyword.

(True/False)
4.9/5
(33)

Which SQL keyword is used to apply conditions to restrict groups that appear in the results of a SELECT query that uses GROUP BY?

(Multiple Choice)
4.8/5
(39)

A complete table,including both the table structure and any data in the table,can be removed from the database by using the SQL ________ command.

(Short Answer)
4.8/5
(30)

In SQL,the NOT keyword can be combined with the IN keyword to form the NOT IN condition for selecting values.

(True/False)
4.8/5
(29)

When using SQL to create a table,specifying the NULL property for a column indicates that only null values may be stored in that column.

(True/False)
4.8/5
(28)

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
(42)

The basic idea of a join is to combine the contents of two or more relations into a new relation.

(True/False)
4.9/5
(28)

In SQL,the order of the rows that result from a SELECT statement can be set using the SORT BY phrase.

(True/False)
4.9/5
(35)

In SQL,the IS NULL keyword can be used to select on records containing NULL values in a particular column.

(True/False)
4.9/5
(34)

In Microsoft Access,tables are added to a Query window by ________.

(Multiple Choice)
4.8/5
(30)

Data is added to a table using the SQL INSERT command.

(True/False)
4.9/5
(34)

Which symbol is used in standard SQL as a wildcard to represent a series of one or more unspecified characters?

(Multiple Choice)
4.9/5
(36)

In SQL,the LIKE keyword can be used to select on partial values.

(True/False)
4.7/5
(38)

Distinguish between Char and VarChar data types.

(Essay)
4.9/5
(32)

The order of the columns returned by an SQL SELECT statement is determined by the ________.

(Multiple Choice)
4.9/5
(32)
Showing 61 - 80 of 97
close modal

Filters

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