SQL Queries Exam Questions and
Answers 100% Solved
SELECT - ✔✔is the clause you use every time you want to query
information from a database
WHERE - ✔✔a popular command that lets you filter the results of the query
based on conditions that you specify
LIKE - ✔✔a special operator used within a WHERE clause to search for a
specific pattern in a column to compare similar values
all caps, lower case - ✔✔queries are written in_____while objects are
written in____
BETWEEN - ✔✔a special operator used with a WHERE clause to look for
data within specific paramaters
ORDER BY - ✔✔this query lets you organize data alphabetically or
numerically
LIMIT - ✔✔Let's you pick a specific number of rows to look at