Final Exam review part ii Flashcards

1
Q

the _________ function returns the number of rows that matches specified criteria

A

COUNT()

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

__________ converts a character value into a date value

A

to_date

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

__________selects value within a given range. The values can be numbers, text, or dates

A

between

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

__________clause can be used to join columns that have different names; ______ clause is used to specify a join condition

A

ON

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

__________is used to assign an alias to the column or a table. It is inserted between the column name and the column alias or between the table name and the table alias.

A

AS

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

the ____________clause is used to filter records. It is used to extract only those records that fulfill a specified condition.

A

WHERE

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