queries
Design the SQL-statements that are used as a basis to
create the original reports and other queries that include
the following (at least):
- A SELECT using an inequality
- A SELECT using LIKE on a text field
- A SELECT on a DATE column
- A query using GROUP BY
- A query using HAVING
- A query using ORDER BY
- A query using a subquery
- A query using a correlated subquery
- A query involving COUNT(*)
- A query involving another aggregate function
- A selective DELETE
- A selective UPDATE



As per bartleby guidelines, we can answer first 3 queries of a question. please post the rest of the queries as a separate question.
1. Inequality:- any of the inequality symbols:- <> or != can be used.
2. like operator is used for character matching
Step by step
Solved in 2 steps









