Question: Practicle Guide to Using SQL in Oracle. Question 3-2. Create two tables: T1(ename, jobno) and T2(jobno,jobdesc). Let jobno be data type NUMBER(3), and use appropriate

Practicle Guide to Using SQL in Oracle. Question 3-2.

Create two tables: T1(ename, jobno) and T2(jobno,jobdesc). Let jobno be data type NUMBER(3), and use appropriate data types for the other attributes. Put three rows in T1 and two rows in T2. Give T1.jobno values 100,200,300 for the three rows: <...,100>,<..,200>,<..,300>, where... represents any value you choose. Give T2.jobno the values 100,200:<100,...>,<200,...>. Display the data. Now, how many rows are there in the equi-join (on jobno) of T1 and T2?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!