retagged by
535 views
2 votes
2 votes
Assume i have two tables R(A,B) and S(A,D)

1. Select * from R,S

2. Select * from R,S where R.A>S.A

What will be the name/number of columns on both of these cases?
retagged by

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
1
Isha Gupta asked Jun 12, 2016
4,076 views
which operation is used to extract specific columns from a table?
0 votes
0 votes
1 answer
2