Exam 3: Structured Query Language

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

Values of existing data can be changed using SQL through the CHANGE command.

(True/False)
4.8/5
(42)

When using SQL to create a table,specifying a data type of Char(10)indicates a fixed length field of 10 characters.

(True/False)
4.9/5
(25)

Which of the following is not one of the five SQL built-in functions?

(Multiple Choice)
4.8/5
(36)

Which of the following SQL commands would be used to remove only the data from a table named STUDENT while leaving the table structure intact?

(Multiple Choice)
4.8/5
(30)

Given the table CUSTOMER(CustID,Name,PhoneNumber,AccountBalance) write the standard SQL query to retrieve the Name and Phone Number of customers with a balance greater than 50.

(Essay)
4.9/5
(32)

Table and relationship properties not supported by Microsoft Access SQL can usually be set ________ in the appropriate window or dialog box.

(Short Answer)
4.9/5
(33)

The SUM built-in function in SQL is used to total the values in a numeric column.

(True/False)
4.9/5
(36)

In Microsoft Access,tables are added to a QBE Query window by selecting the tables from the ________ dialog box.

(Short Answer)
4.9/5
(35)

Using SQL commands,multiple tables can be queried using either subqueries or ________.

(Short Answer)
4.9/5
(30)

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

(Short Answer)
4.9/5
(34)

The values of existing data can be removed from a table using the SQL ________ command,which can even be used to remove all the data in the table at one time.

(Short Answer)
4.9/5
(28)

In SQL,the WHERE clause is used to specify which columns will be included in the result.

(True/False)
4.9/5
(28)

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

(Multiple Choice)
4.7/5
(29)

Given the tables STUDENT(StudentID,StudentName,AdvisorID) ADVISOR(AdvisorID,AdvisorName,Office,Phone) Which of the following SQL statements would be used to implant a join between the two tables?

(Multiple Choice)
4.9/5
(37)

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

(Multiple Choice)
4.7/5
(39)

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

(Short Answer)
4.7/5
(36)

In Microsoft Access,default values must be set as a field property while the table is in Design View.

(True/False)
4.8/5
(37)

Which of the following is the correct SQL clause to restrict the results of a SELECT query to only records that have a value in the range of 10 to 50 in the Hours column?

(Multiple Choice)
4.8/5
(31)

Which of the following is not true about primary keys?

(Multiple Choice)
4.9/5
(35)

Which of the following cannot be done using the CONSTRAINT phrase?

(Multiple Choice)
4.8/5
(35)
Showing 21 - 40 of 97
close modal

Filters

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