Exam 14: Access Databases and Sql

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

Which of the following statements selects the Title and ProductionCo fields from records whose title begins with the word "The" followed by a space and zero or more characters, and then sorts the records in descending order by the ProductionCo field?

(Multiple Choice)
4.9/5
(28)

The ____ clause is used to arrange the records in either ascending (the default) or descending order by one or more fields.

(Multiple Choice)
4.8/5
(25)

The tblTruck table has two text fields named Make and Model, and one numeric field named Year. Which of the following statements adds the record 2013 Ford F150 to the table?

(Multiple Choice)
4.9/5
(35)

Contracts The ContractsDataSet contains a table named tblContracts. The table contains four text fields named LastName, FirstName, Email, and Phone. Write the statement to sort the records in alphabetic order by last name.

(Essay)
4.7/5
(29)

Case-Based Critical Thinking Questions Case 1 - LuvUrPet The database for a pet supply company includes the following table, named tblCollar, that contains product data for pet collars. The ItemDesc and Color fields contain text. The ItemNum, Price, and Quantity fields contain numbers. Case-Based Critical Thinking Questions Case 1 - LuvUrPet The database for a pet supply company includes the following table, named tblCollar, that contains product data for pet collars. The ItemDesc and Color fields contain text. The ItemNum, Price, and Quantity fields contain numbers.   You must first ____ to begin creating a SQL query. You must first ____ to begin creating a SQL query.

(Multiple Choice)
4.9/5
(37)

The statement SELECT YearWon, Title, ProductionCo FROM tblMovies WHERE YearWon >= 2006 selects all of the fields from records for the year 2006 and later.

(True/False)
4.8/5
(30)

Contracts The ContractsDataSet contains a table named tblContracts. The table contains four text fields named LastName, FirstName, Email, and Phone. Write the statement to find the record of a contract with the last name Green and assign the record to a row variable that you declare. Then write the statement to delete that record from the database.

(Essay)
4.7/5
(30)

Members The tblMembers table contains six fields. The LastName, FirstName, and MemberType fields contain text. The MemberID, JoinDate, and Fee fields contain numbers. The MemberType field contains one of the following letters: F for Family membership, A for one Adult membership, Y for one Youth membership, and S for one Senior membership. Write a SQL SELECT statement that selects the MemberID, LastName, and FirstName fields for members having a last name that begins with the letter J.

(Essay)
4.7/5
(33)

Members The tblMembers table contains six fields. The LastName, FirstName, and MemberType fields contain text. The MemberID, JoinDate, and Fee fields contain numbers. The MemberType field contains one of the following letters: F for Family membership, A for one Adult membership, Y for one Youth membership, and S for one Senior membership. Write a SQL SELECT statement that allows the user to provide a specific MemberID. The query should select all fields.

(Essay)
4.8/5
(36)

Contracts The ContractsDataSet contains a table named tblContracts. The table contains four text fields named LastName, FirstName, Email, and Phone. Three records were added to the ContractsDataSet. Write the statement to save the records in the Contracts database.

(Essay)
4.9/5
(41)

In order for an application to use a query during run time, you will need to save the query and then invoke it from code.

(True/False)
4.8/5
(38)

Case-Based Critical Thinking Questions Case 1 - LuvUrPet The database for a pet supply company includes the following table, named tblCollar, that contains product data for pet collars. The ItemDesc and Color fields contain text. The ItemNum, Price, and Quantity fields contain numbers. Case-Based Critical Thinking Questions Case 1 - LuvUrPet The database for a pet supply company includes the following table, named tblCollar, that contains product data for pet collars. The ItemDesc and Color fields contain text. The ItemNum, Price, and Quantity fields contain numbers.   Which of the following is not true regarding the Query Builder? Which of the following is not true regarding the Query Builder?

(Multiple Choice)
4.8/5
(34)

You use the ____ clause, which contains a condition, to limit the records you want to view.

(Multiple Choice)
4.9/5
(42)

The wildcard character is the ____.

(Multiple Choice)
4.9/5
(30)

You use the REMOVE statement to delete records.

(True/False)
4.8/5
(41)

The default order of the ORDER BY clause is descending.

(True/False)
4.7/5
(37)

The file that contains information about the tables, fields, records, and properties included in the dataset has an ____ extension.

(Multiple Choice)
4.9/5
(36)

A ____ is a query that uses the parameter marker in place of the criteria's value.

(Multiple Choice)
4.7/5
(33)

The syntax to add a record to a dataset is ____.

(Multiple Choice)
5.0/5
(34)

____ is a set of statements that allows you to access and manipulate the data stored in many database management systems on computers of all sizes, from large mainframes to small microcomputers.

(Multiple Choice)
4.8/5
(33)
Showing 41 - 60 of 60
close modal

Filters

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