CH5 Flashcards

1
Q

Data Definition Language (DDL)

A
  • Create
  • Alter
  • Drop
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Data Manipulation Language (DML)

A
  • Insert
  • Update
  • Delete
  • Select
  • Into
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

LIKE ‘ %a ‘ ;

A

Any value that ends with ‘a’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

IN

A

Used for comparison of a value with a set of values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly