__________statement retrieves zero or more rows from one or more database tables or database views.
Answers
Answered by
20
Answer:
Select retrieves zero or more rows from one or more database tables or database views.
Answered by
4
Select statement retrieves zero or more rows from one or more database tables or database views.
SQL Select
- In SQL, the SELECT Statement is used to get data from a database. The select command is used to retrieve data from a table, view, or collection of tables in a set of records.
- According to the rules mentioned in the Select statement, we can fetch zero or more rows from one or more database tables. A result table is used to hold the information returned.
Similar questions