Exam 14: Access Databases and SQL

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

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

(Multiple Choice)
5.0/5
(25)

The tblStudent table contains nine fields,one of which is the StudentID field.A user can type in any StudentID to select a particular student.The user provides 124541 as the StudentID to select.Which of the following statements deletes the student record specified by the user? The tblStudent table contains nine fields,one of which is the StudentID field.A user can type in any StudentID to select a particular student.The user provides 124541 as the StudentID to select.Which of the following statements deletes the student record specified by the user?

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

Which of the following SELECT statements will select the ProdNum field from the tblProducts table,and then sort the records in descending order by the Price field? Which of the following SELECT statements will select the ProdNum field from the tblProducts table,and then sort the records in descending order by the Price field?

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

Write a SQL SELECT statement that deletes member 42315 from the tblMembers table.

(Essay)
4.7/5
(36)

An application using the dataset should allow a user to type in a price to use to query the dataset.Which of the following clauses would allow a user to select the records for collars with a price of 15 or more?

(Multiple Choice)
4.9/5
(32)

One record is added to the AccountsDataSet.Which of the following statements will save the record in the Accounts database?

(Multiple Choice)
4.8/5
(24)

Three records were added to the ContractsDataSet.Write the statement to save the records in the Contracts database.

(Essay)
4.8/5
(33)

Write the statement to add a new record to the dataset.

(Essay)
4.9/5
(36)

The parameter marker is a(n)____. A) ? B) * C) & D) %

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

The wildcard character is the ____.

(Multiple Choice)
4.7/5
(35)

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

What method could be used to invoke the previous query during run time?

(Multiple Choice)
4.8/5
(34)

The ____ provides an easy way of associating the query with one or more methods.

(Multiple Choice)
4.8/5
(29)

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

Which of the following SELECT statements will select the ItemNum and ItemDesc fields from the tblItems table?

(Multiple Choice)
4.8/5
(37)

The FillByMake method is associated with a parameter query.Which of the following statements invokes the method and passes the contents of the txtMake control's Text property? The FillByMake method is associated with a parameter query.Which of the following statements invokes the method and passes the contents of the txtMake control's Text property?

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

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.8/5
(32)

You use the REMOVE statement to delete records.

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

Filters

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