Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
SQL
easy
SQL
aliases AS
Single-choice MCQ
What is the result of this query when run on PostgreSQL?
SELECT 'A' AS grade, count(*) FROM students;