Skip to content
SQLSimplified
FreshersQuestion 44 of 50

What is SQL?

Problem

You just started your first day as a junior data analyst at a tech startup. Your manager, Sarah, wants to test your basic understanding of databases. She asks you to write a simple query that returns a specific string to prove you know how to execute basic commands. Write a query that returns the string "SQL stands for Structured Query Language" as a column named Answer.

Database Schema

This problem acts as a scratchpad. You will write your own DDL/DML or conceptual queries, so there is no predefined schema.

Try It

Loading playground environment...

Hint

Solution