SAS Unit 12: SAS Combining Tables

SAS Unit 12: SAS Combining Tables

University

10 Qs

quiz-placeholder

Similar activities

Periodic Table

Periodic Table

8th Grade - University

15 Qs

Periodic Table and Periodic Trends

Periodic Table and Periodic Trends

10th Grade - University

15 Qs

Analyzing Data Tables

Analyzing Data Tables

8th Grade - University

15 Qs

Periodic Table

Periodic Table

8th Grade - University

15 Qs

Science Starr

Science Starr

8th Grade - University

15 Qs

Elements and Atoms

Elements and Atoms

7th Grade - University

15 Qs

Columns and Rows of the Periodic Table

Columns and Rows of the Periodic Table

8th Grade - University

15 Qs

Matter and Periodic Table

Matter and Periodic Table

8th Grade - University

15 Qs

SAS Unit 12: SAS Combining Tables

SAS Unit 12: SAS Combining Tables

Assessment

Quiz

Science

University

Hard

Created by

Mr. Jenkins

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is true concerning concatenating tables?

All tables must have the same number of columns.

Columns in all tables must have matching names and lengths.

Tables must be in the same library.

Missing values are generated for columns that exist in one input table and not in another.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement renames the existing column Location in work.travel as Destination?

set vacations(rename=(Location=Destination)) travel;

set vacations travel(rename=(Destination=Location));

set vacations travel(rename=(Location=Destination));

set vacations travel(rename(Destination=Location));

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is true concerning merging with matching rows?

The MERGE statement must refer to temporary input tables.

The columns in the BY statement can be in only one of the tables.

Only two input tables can be specified in the MERGE statement.

The input tables must be sorted by the columns in the BY statement.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many rows are in the both output table given the following input tables and code?

two

three

four

five

seven

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many rows are in the empsauc output table given the following input tables and code?

two

three

four

five

six

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the result of the following step?

 The table combine is created with four columns and five rows.

The step fails because the BY column ID is not properly sorted.

The step fails because Units is in both tables and not the BY column.

The step fails because of duplicate ID values within the donors1 table.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which statement best describes the rows in the output table?

all the matching rows from both managers and staff

only the rows from managers that have no match in staff

only the rows from staff that have no match in managers

all the matching and nonmatching rows from both managers and staff

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?