Files
lpmj6/8/29.sql
T
RobinNixon 0335342e00 First Draft
First Draft of the Example Files
2020-12-10 13:21:38 +00:00

3 lines
86 B
SQL

SELECT name,author,title from customers,classics
WHERE customers.isbn=classics.isbn;