Suppose there are 8 rows and 4 columns in TABLE1 and 3 rows and 4 columns in TABLE2; what is the size
of the cartesian product incase of CROSS JOIN between these two tables?
Suppose there are 4 fields in a table named WORKER (Id, first_name, last_name, joining_year). Which of the
following gives all the information of the workers who have joined after 1965?