57.5k views
2 votes
Identify the data type that is returned by a BMQL statement.

A. String Array
B. String Dictionary
C. RecordSet
D. delimited string with field names and corresponding value pairs

User EMX
by
7.7k points

1 Answer

6 votes

Final answer:

The answer is option C. The data type returned by a BMQL statement is a RecordSet.

Step-by-step explanation:

The data type that is returned by a BMQL statement is a RecordSet. A RecordSet is a collection of data that contains multiple fields and records. Each field represents a specific piece of information and each record represents a set of related information.

For example, if a BMQL statement is used to query a database table containing student information, the RecordSet that is returned may contain fields like 'Name', 'Age', and 'Grade', with each record representing a specific student's information.

Therefore, option C, RecordSet, is the correct answer to the question.

User Kulpae
by
7.4k points