InterviewSolution
Saved Bookmarks
| 1. |
Which of the following function is used to find the column count of the particular resultset?(a) getMetaData()(b) Metadata()(c) getColumn()(d) get Count()This question was addressed to me during an interview.I need to ask this question from Access SQL From a Programming Language in division SQL : Queries, Constraints and Triggers of Database Management |
|
Answer» The correct choice is (a) getMetaData() |
|