715 views
0 votes
0 votes

Suppose R is a table with 4 attributes A,B, C and D, and S be a table with 3 attributes B, E, F. Now given a particular instance of R and S.

S is empty, having no tuples. What is the correct no of tuples in the Result of given Query _____

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
sim1234 asked Dec 17, 2018
406 views
Database that are designed and managed specifically to meet information needs are calledDatabase Management systemData WarehousesTransaction databasesProduction databases...
2 votes
2 votes
0 answers
3
1 votes
1 votes
1 answer
4
sim1234 asked Dec 26, 2018
716 views
Assuming that a pointer take 4 bytes and the size of an integer is 2 bytes. What is the size of the *a in declaration: int (*a) [10] ? 4802040