In the name of ALLAH, the most beneficient, the most merciful

Database Management Systems (CS403)

Question (select most suitable option)

  Which of the following is the correct way to find out the size of cartesian product incase of CROSS JOIN?
the number of columns in the first table multiplied by the number of columns in the second table.
the number of columns in the first table multiplied by the number of rows in the second table.
the number of rows in the first table multiplied by the number of columns in the first table.
the number of rows in the first table multiplied by the number of rows in the second table.