Computer Science, asked by Prabudh8177, 1 year ago

The result of a select query is generally represented as which of the following components?
(a) Table
(b) Query
(c) Constraint
(d) Relation

Answers

Answered by bhoomi1781
1
i think constraint..
Answered by smartbrainz
1

The "result of a select query" is commonly represented as Table.

Answer: Option(a)

Explanation:

The result of the select query is generally represented as Table. When using the query Select * from table name, it displays the table of the table name as the result.

We can filter the data by adding a filter condition in the select query. Usually, the end result of the select query is represented as rows and columns which are termed as Table. Hence it cannot be query, constraint or relation.

Similar questions