READ Free Dumps For SAS Institute- A00-212
Question ID 8708 | Which SQL procedure program deletes rows from the data set CLASS? |
Option A |
Select * from class Where age<(select stop_age from threshold); Quit |
Option B |
Modify table class Delete where age<(select stop_age from threshold); Quit |
Option C |
Delete from class Where age<(select stop_age from threshold); Quit |
Option D |
Alter from class Delete where age<(select stop_age from threshold); Quit |
Correct Answer | c |
Question ID 8709 | The following SAS program is submitted: %let lib=%upcase(sauser); proc sql; select nvar form dictionary.tables where libname='&lib"; quit; Several SAS data sets exist in the SAUSER library. What is generated as output? |
Option A |
|
Option B |
|
Option C |
|
Option D |
|
Correct Answer | b |