Question: IN SQL 7 (consider table A and table B) Which of the following command will return a new table that has one column with 3
IN SQL
7 (consider table A and table B) Which of the following command will return a new table that has one column with 3 records? * (2 points) select studentid from A union select name from B; select A.studentid, name from A,B; select studentid from A,B; O select studentid from A union select studentid from B; select studentid from A,B where A.studentid=B.studentid; course id name student id major 1 cs studnt id 123 c++ 2 2 2 sw 3 cis Table A 345 JAVA 456 DB Table B 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
