Exam 14: Access Databases and SQL

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

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

(Multiple Choice)
4.9/5
(29)

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

Which of the following is not true regarding the Query Builder?

(Multiple Choice)
4.9/5
(40)

Write the statement to sort the records in alphabetic order by last name.

(Essay)
4.9/5
(37)

Which of the following statements will delete the record associated with a DataRow variable named getRow? Which of the following statements will delete the record associated with a DataRow variable named getRow?

(Not Answered)
This question doesn't have any answer yet
Ask our community

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? 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?

(Not Answered)
This question doesn't have any answer yet
Ask our community

An application using the dataset allows the user to provide an ItemNum to select a record to delete from the dataset.Which function must also be used in the code for the Delete button on the form to work properly?

(Multiple Choice)
4.9/5
(36)

For the changes made to a dataset to be permanent,you need to save the changes to the database associated with the dataset.

(True/False)
4.8/5
(39)

The default order of the ORDER BY clause is descending.

(True/False)
4.8/5
(40)

Write a SQL SELECT statement that allows the user to provide a specific MemberID.The query should select all fields.

(Essay)
4.9/5
(30)

The .xsd file is called the dataset's ____ file.

(Multiple Choice)
4.8/5
(30)

What is SQL and how is it used?

(Essay)
4.8/5
(35)

A Try…Catch statement ends with ____.

(Multiple Choice)
4.8/5
(32)

The Query Builder places the WHERE clause's condition in parentheses because the parentheses are required.

(True/False)
4.8/5
(35)

Most of the time,you will know in advance the values to include in the criteria of a query.

(True/False)
4.8/5
(40)

You must first ____ to begin creating a SQL query.

(Multiple Choice)
4.8/5
(25)

Write a SQL SELECT statement that inserts the following record into the tblMembers table: MemberID - 25631 Name - Jane Doe Date Joined - 2012 Fee - 65 Membership Type - Adult

(Essay)
4.7/5
(31)

Write a SQL SELECT statement that allows the user to select the members with a fee greater than or equal to the fee amount provided by the user.The query should select the MemberID,LastName,FirstName,and Fee fields.

(Essay)
4.8/5
(34)

The WHERE statement is the most commonly used statement in SQL.

(True/False)
4.9/5
(36)

The statement SELECT YearWon FROM tblMovies WHERE Title = 'Chicago' selects the Chicago field from the YearWon record.

(True/False)
4.9/5
(50)
Showing 21 - 40 of 58
close modal

Filters

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