Which of the following queries finds the clients of banker Agassi and the city they live in?
Reveal answer
Fill a bubble to check yourself
Which of the following queries finds the clients of banker Agassi and the city they live in?
The SQL statement is select client customer name, client customer city from client customer where (client customer name = customer. Customer name and banker name = “Agassi” $\therefore$Relational algebra query is$\pi_{client, customer\ name, customer\ city} (\sigma_{Client, customer\ name})= customer. customer name \\ (\sigma_{Banker name} = “Agassi” (client × customers)$