When you use the SELECT statement to query data from a table
Shathana. S.R. Answered question May 29, 2023
Data from a database table that returns this data in the form of a result table is fetched using the SELECT query.
The term “result-sets” refers to these result tables.
Note: The SELECT statement is used to retrieve the database tables’ filtered records.
It is used with SQL clauses and operators.
Shathana. S.R. Answered question May 29, 2023
Data from a database table that returns this data in the form of a result table is fetched using the SELECT query.
The term “result-sets” refers to these result tables.
Note: The SELECT statement is used to retrieve the database tables’ filtered records.
It is used with SQL clauses and operators.
Vishalini.R Answered question May 26, 2023
