Week 3 Flashcards

1
Q

CAST

A

A SQL function that converts data from one datatype to another

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

COALESCE

A

A SQL function that returns non-null values in a list

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

CONCAT

A

A SQL function that adds strings together to create new text strings that can be used as unique keys

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

DISTINCT

A

A keyword that is added to a SQL SELECT statement to retrieve only non-duplicate entries

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

LEN

A

A function that returns the length of a text string by counting the number of characters it contains

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

SUBSTR

A

A SQL function that extracts a substring from a string variable

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

TRIM

A

A function that removes leading, trailing, and repeated spaces in data

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