Quantcast
Channel: BlogoSfera » frequent
Viewing all articles
Browse latest Browse all 11

SQL Beginner Query Logic With 3 Tables

$
0
0

The sql tables are as follows: likes with columns drinker and beer, sells with columns bar and beer and frequents with columns drinker and bar. I have previously answered the following statement: "Drinkers who frequent bars which serve some beer they like" with the SQL Query: SELECT DISTINCT y.drinker FROM likes a, sells, frequents y […]

The post SQL Beginner Query Logic With 3 Tables appeared first on BlogoSfera.


Viewing all articles
Browse latest Browse all 11

Trending Articles