...
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024

Database-Management-System

Question 545
The SQL Expression
Select distinct T. branch name from branch T, branch S where T. assets > S. assets and S. branch-city = DELHI, finds the name of
A
all branches that have greater asset than any branch located in DELHI.
B
all branches that have greater assets than allocated in DELHI.
C
the branch that has the greatest asset in DELHI.
D
any branch that has greater asset than any branch located in DELHI.
Question 545 Explanation: 

Since the query is co-related that is same table is being used two times for comparison so compare each entry of table T with every entry of table S. Then the outcome for above query will be


So the output contains all branches that have greater asset than any branch located in DELHI.
Correct Answer: A
Question 545 Explanation: 

Since the query is co-related that is same table is being used two times for comparison so compare each entry of table T with every entry of table S. Then the outcome for above query will be


So the output contains all branches that have greater asset than any branch located in DELHI.
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!