Page 1 of 1

Write a query that returns the id of all persons that do not like anyone with green eyes. Call the table column in the r

Posted: Fri Jul 08, 2022 6:36 am
by answerhappygod
Write A Query That Returns The Id Of All Persons That Do Not Like Anyone With Green Eyes Call The Table Column In The R 1
Write A Query That Returns The Id Of All Persons That Do Not Like Anyone With Green Eyes Call The Table Column In The R 1 (60.99 KiB) Viewed 25 times
Write a query that returns the id of all persons that do not like anyone with green eyes. Call the table column in the result table id (you can rename columns with as). This task concerns the following tables: id Persons id name address age eyeColor gender For simplicity, the address of a person is just a city. Likes personA_id → Persons personB_id- Persons The semantics of the Likes table is that persona likes personB