Facebook
From sdada, 9 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 1178
  1. SELECT c.FirstName, c.LastName, g.Name FROM Customer c, Invoice i, InvoiceLine il, Track t, Genre g WHERE c.CustomerId=i.CustomerId AND i.InvoiceId=il.InvoiceId AND il.TrackId=t.TrackId AND t.GenreId=g.GenreId AND g.Name='Heavy Metal' AND c.Country='USA';

Replies to sql rss

Title Name Language When
Re: sql Tinct Pelican text 1 Year ago.
Re: sql Little Iguana sql 1 Year ago.
Re: sql Wet Camel text 2 Years ago.
Re: sql Dion sql 4 Years ago.
Re: sql kgn-web sql 4 Years ago.
Re: sql Bistre Monkey text 4 Years ago.
Re: sql Innocent Cockroach text 5 Years ago.
Re: sql Aqua Mosquito text 6 Years ago.