PostgreSQL - Advanced Features
Find the error in this query:
Given that
SELECT info.city FROM users;Given that
info is a composite type column with fields city and zip.