What is meant by query in SQL?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at Apple, Lives in Cupertino, CA
A query is an inquiry into the database using the SELECT statement. A query is used to extract data from the database in a readable format according to the user's request. For instance, if you have an employee table, you might issue a SQL statement that returns the employee who is paid the most.
2023-05-06 12:38:19
评论(499)
Helpful(122)
Helpful
Helpful(2)

Gabriel Wilson
QuesHub.com delivers expert answers and knowledge to you.
A query is an inquiry into the database using the SELECT statement. A query is used to extract data from the database in a readable format according to the user's request. For instance, if you have an employee table, you might issue a SQL statement that returns the employee who is paid the most.