An object that shows selective data from a table.
Answers
Answered by
7
Explanation:
A Select statement is a SQL statement that begins with the word "select."
Select statements are used to retrieve data from SQL tables.
An asterisk after the word "select" means retrieve all fields (columns).
The name of the table from which you are retrieving data is specified in the From clause.
Answered by
0
Explanation:
Similar questions