Question: Please help me with this question! I just need the ones that are wrong 3. Evaluate the following queries on the database in Appendix I;
Please help me with this question! I just need the ones that are wrong


3. Evaluate the following queries on the database in Appendix I; show the query results, including titles of columns. ( 25 points) SELECT 'SHIPNAME', 90000-WEIGHT FROM SHIP WHERE BUILDER=' ACe ' SELECT builder, MAX (WEIGHT) FROM SHIP GROUP BY builder HAVING MIN (WEIGHT) >78000 3. Evaluate the following queries on the database in Appendix I; show the query results, including titles of columns. ( 25 points) SELECT 'SHIPNAME', 90000-WEIGHT FROM SHIP WHERE BUILDER=' ACe ' SELECT builder, MAX (WEIGHT) FROM SHIP GROUP BY builder HAVING MIN (WEIGHT) >78000
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
