Exam 3: Structured Query Language

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

Given the table  STUDENT(StudentID, Name, Advisor) \text { STUDENT(\underline{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
(29)

Distinguish between the HAVING clause and the WHERE clause.

(Essay)
4.8/5
(30)

To open a new Microsoft Access Query window:

(Multiple Choice)
4.9/5
(32)

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

(True/False)
4.8/5
(42)

Which of the following standard SQL data types is not supported in Microsoft Access SQL?

(Multiple Choice)
4.9/5
(27)

Explain why it is important to learn SQL.

(Essay)
4.9/5
(31)

Which SQL keyword can be used in conjunction with wildcards to select partial values?

(Multiple Choice)
4.9/5
(32)

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)
5.0/5
(35)

Explain two methods for defining a primary key using SQL.

(Essay)
4.9/5
(38)

The result for SELECT statements in SQL is a relation unless the result is a single number.

(True/False)
5.0/5
(35)

The SQL GROUP BY keyword can be used to group rows by common values.

(True/False)
4.9/5
(31)

A subquery is appropriate only if the final result contains only data from a single table.

(True/False)
4.8/5
(32)

What are SQL Built-in Functions?

(Essay)
4.9/5
(33)

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)

In SQL,to refer to a range of values in a WHERE clause,use the WITHIN keyword.

(True/False)
4.9/5
(45)

In Microsoft Access,the default method of creating and running a query is ________.

(Short Answer)
4.9/5
(31)

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

(True/False)
4.8/5
(34)

Microsoft Access SQL commands are run in the ________ of a Query window.

(Short Answer)
5.0/5
(38)

Which SQL keyword is used to eliminate duplicate rows in the results of an SQL SELECT query?

(Multiple Choice)
4.8/5
(34)

SQL was developed by ________ in the late 1970s.

(Short Answer)
4.9/5
(32)
Showing 41 - 60 of 96
close modal

Filters

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