Question: Whats Wrong with 2&3 ? Tasks SQL Database Test . Complete > query.sql 1 select * from retail.inventory; 2 select ord.order_id, ord.order_qty, ord.final_total from retail.orders

Whats Wrong with 2&3 ?

Whats Wrong with 2&3 ? Tasks SQL Database Test . Complete >

Tasks SQL Database Test . Complete > query.sql 1 select * from retail.inventory; 2 select ord.order_id, ord.order_qty, ord.final_total from retail.orders ord; 3 select *, NULL as credit card from retail.payments. Exercise #1 4 V Using the retail orders table, pull all order records. In your results, only include the following columns: 0.00 out of 10.00 order_id order_qty final_total Feedback Not quite. Edit your query and try again! Checks > SQL Database Test Incomplete Exercise #2 SQL Viewer + Using the retail payments table, pull all rows and columns except the column that contains portions of credit card numbers. 0.00 out of 10.00 Feedback Not quite. Edit your query and try again! Run a SQL query to generate results Checks > SQL Database Test Incomplete Exercise #3 Tasks SQL Database Test . Complete > query.sql 1 select * from retail.inventory; 2 select ord.order_id, ord.order_qty, ord.final_total from retail.orders ord; 3 select *, NULL as credit card from retail.payments. Exercise #1 4 V Using the retail orders table, pull all order records. In your results, only include the following columns: 0.00 out of 10.00 order_id order_qty final_total Feedback Not quite. Edit your query and try again! Checks > SQL Database Test Incomplete Exercise #2 SQL Viewer + Using the retail payments table, pull all rows and columns except the column that contains portions of credit card numbers. 0.00 out of 10.00 Feedback Not quite. Edit your query and try again! Run a SQL query to generate results Checks > SQL Database Test Incomplete Exercise #3

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!