Practice questions
Let’s try to practice the material in this chapter with a few example questions.
Questions
- The following picture represents what kind of join?
- Inner join
- Outer join
- Left join
- Right join
- Only using the Distinct Count of a dataset is an example of what?
- Normality
- Recoding
- Transposition
- Reduction
- The following is an example of what concept?
Data = "This is a sentence?"
Data = ["This", "is", "a", "sentence", "?"]
- Transposing
- Parsing
- Derived variables
- Reduction
- The following is an example of what concept?
- Transformation
- Dummy coding
- Blending
- System functions
- Which of the following is a logical operator?
- IF
- NOT
- OR
- All of the above are logical operators
Answers
Now we will briefly go over the answers to the questions. If you got one wrong, make sure to review the topic in...