Which method is used to retrieve all rows and single row?
Answers
Answered by
0
Answer:
I don't know sorry OK bhai
Answered by
3
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.
Similar questions