C-06-Q072mediumsingle_mcq
In a join query, why is result.roll written instead of just roll?
In a join query, why is result.roll written instead of just roll?
- aTo make the query shorter
- bBecause both tables have a column named roll
- cTo delete the roll column
- dBecause roll is the primary key