数据分析 Flashcards

1
Q

You can use CHARINDEX to find a specific character or pattern within a column. Edit the query to return the CHARINDEX of the string ‘Weather’ whenever it appears within the description column.

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

Having

WHERE is used to filter rows before any grouping occurs. Once you have performed a grouping operation, you may want to further restrict the number of rows returned. This is a job for HAVING. In this exercise, you will modify an existing query to use HAVING, so that only those results with a sum of over 10000 are returned.

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

inner join

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

multiple inner join

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