40
A Notation for SQL Queries
SELECT   PName, Price, Manufacturer
FROM      Product
WHERE   Price > 100
Product(PName, Price, Category, Manfacturer)
Answer(PName, Price, Manfacturer)
Input Schema
Output Schema