Question: IN SQL 8 (consider table A and table B) What is the output of the following command? select distinct A.studentid from A,B where A.studentid=B.studentid; Note:
IN SQL
8 (consider table A and table B) What is the output of the following command? select distinct A.studentid from A,B where A.studentid=B.studentid; Note: Each answer represents a column* ( (2 points) 223 123 23 O 111222333 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
