Skip to main content
Journey Uncommon Logo
JourneyUncommon
easySQLaliases ASSingle-choice MCQ

What is the result of this query when run on PostgreSQL?

SELECT 'A' AS grade, count(*) FROM students;