- 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 20 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 r
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
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
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