0335342e00
First Draft of the Example Files
3 lines
86 B
SQL
3 lines
86 B
SQL
SELECT name,author,title from customers,classics
|
|
WHERE customers.isbn=classics.isbn;
|