briefly explain select statement
Answers
Answered by
5
Answer:
A SELECT statement retrieves zero or more rows from one or more database tables or database views. In most applications, SELECT is the most commonly used data manipulation language (DML) command. As SQL is a declarative programming language, SELECT queries specify a result set, but do not specify how to calculate it.
mark me as brainlist
Answered by
0
Answer:
A SELECT statement retrieves zero or more rows from one or more database tables or database views. As SQL is a declarative programming language, SELECT queries specify a result set, but do not specify how to calculate it.
Similar questions