CPSC 203: Introduction to computers
James Tam
Final exam review: Databases (Solution for Query 1)
SELECT Games.Title, Games.Developer
FROM Games
WHERE (
((Games.Developer)="konami")
)