info@avatto.com
+91-9920808017
0. A relational database contains two tables student and department in which the student table has columns (roll_no, name, and dept_id )and the department table has columns (dept-id and dept-name). The following insert statements were executed successfully to populate the empty tables: Insert into department values (1, 'Mathematics'); Insert into department values(1, 'Physics'); Insert into department values(1, 'Navin', 1); Insert into student values (2, 'Ravi', 2); Insert into student values (3, `Gitu', 1); How many rows and columns will be retrieved by the following SQL, statement? Select * from student, department:
0 row and 4 columns
3 rows and 4 columns
3 rows and 5 columns
6 rows and 5 columns
Your email address will not be published. Required fields are marked *
Report
Name
Email
Website
Save my name, email, and website in this browser for the next time I comment.
Comment
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login