+ 1
What is query ?
2 Answers
+ 1
In its simplest form, a query asks the database to do something with the information it knows. Usually queries will fall into a category of CRUD. Create, Read, Update, Delete. In SQL, create being INSERT, read being SELECT, and the others as they are named.