Standard Query Language is frequently referred to as SQL queries are the statement to create, update and delete the records from the database table in SQL and NoSQL database.
SELECT * FROM "user"
WHERE enabled = 'false'
SELECT * FROM "user"
WHERE email IN ('yumfawa48@gmail.com','rashid.jorvee@gmail.com')
UPDATE "user"
SET enabled='true'
WHERE id='sql-tutorial'
SET enabled='true'
WHERE id='sql-tutorial'