Question: How many rows and columns are in the output table ShippingZones given the following information? The input table Shipping contains 5 rows and 3 columns

How many rows and columns are in the output table ShippingZones given the following information?
The input table Shipping contains 5 rows and 3 columns (Product, BoxSize, and Rate).
data Shippingzones;
set Shipping;
Zone =1;
output;
Zone=2;
Rate Rate ***1.5;
run;
5 rows and 3 columns
5 rows and 4 columns
10 rows and 3 columns
10 rows and 4 columns
Clear my selection
 How many rows and columns are in the output table ShippingZones

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!