Question
Easy

The outcome of a SQL SELECT statement is a:

1
File
2
Table
3
Report
4
Form
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: SQL
Correct Answer
Option B
Explanation

The correct option is (2): The SELECT statement is the fundamental command in Structured Query Language (SQL) used exclusively for querying and retrieving data from one or more tables in a relational database. Since the relational model organizes data into tables, structured as rows and columns, the most natural and accurate outcome of any successful SELECT query is logically another table. This output is technically known as the result set…Read More

The outcome of a - HTET Level 3 | Clear Cutoff