53063593e3
Final
3 lines
86 B
SQL
3 lines
86 B
SQL
SELECT name,author,title from customers,classics
|
|
WHERE customers.isbn=classics.isbn;
|