-
Write a query to retrieve all employees whose salary is greater than 50,000.
-
Write a query to find all products with a price less than or equal to 100.
-
Write a query to get all students whose age is not equal to 18.
-
Write a query to display all customers who have made orders with a total amount between 500 and 1000.
-
Write a query to retrieve all items where the stock is equal to 0.
-
Write a query to find employees whose job title is either 'Manager', 'Supervisor', or 'Team Lead'.
-
Write a query to get all products whose name starts with the letter 'S'.
-
Write a query to display the details of orders where the order date is after January 1, 2023.
-
Write a query to retrieve all students with grades less than or equal to 60, but not equal to 50.
-
Write a query to find customers who live in cities that are not 'New York' or 'Los Angeles'.