Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

[ 6 . Lecture 3 Examples.sas Follow the directions below to satisfy the requirements for your homework assignment. Replace all references to * enter

[6.
Lecture 3 Examples.sas Follow the directions below to satisfy the requirements for your homework assignment. Replace all references to "* enter your code here" with the relevant code. / PROC SOL;
PROC SQL;
SELECT last_name, state
FROM customr
WHERE state ='NY' ;
QUIT;
/* Provide a list of all of the products, all columns, in descending order
by product cost from the products table. Provide a list of the last names of all employees whose names start with the letters
"Me" using the employee table. Provide a count of the employees on the employee table. Include a descriptive header name. List all region names from the sales_extract table. Remove duplicates. */
PROC SQL;
QUIT;
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

1 2 3 Data Base Techniques

Authors: Dick Andersen

1st Edition

0880223464, 978-0880223461

More Books

Students also viewed these Databases questions

Question

2. What do you believe is at the root of the problem?

Answered: 1 week ago