CH5 Flashcards
1
Q
Data Definition Language (DDL)
A
- Create
- Alter
- Drop
2
Q
Data Manipulation Language (DML)
A
- Insert
- Update
- Delete
- Select
- Into
3
Q
LIKE ‘ %a ‘ ;
A
Any value that ends with ‘a’
4
Q
WHERE AND HAVING
A
The difference between the having and where clause in SQL is that the where clause cannot be used with aggregates, but the having clause can
5
Q
IN
A
Used for comparison of a value with a set of values
6
Q
A