Multiple Choice
Which of the following statements represents a valid SELECT statement?
A) SELECT columnName FROM tableName WHERE criteria
B) SELECT tableName FROM columnName WHERE criteria
C) SELECT criteria FROM tableName WHERE columnName
D) FROM columnName SELECT tableName WHERE criteria
E) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: You can use the_ to connect to
Q3: The_ is a Visual Studio .NET tool
Q4: The _of a command indicates from which
Q5: Every column in a table is a
Q6: The _object is a data command object.<br>A)
Q7: The OleDbConnection object provides the _and_ methods,
Q8: An OleDbDataReader can be created by calling
Q9: A(n) _enables you to access and store
Q10: A _maintains a connection to a database.<br>A)
Q11: Databases should be used instead of sequential-access