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 ?

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
Get step-by-step solutions from verified subject matter experts
