sql_interview_questions_answers (1)
sql_interview_questions_answers (1)
1. What is SQL?
SQL (Structured Query Language) is a standard programming language used to manage and
manipulate relational databases. It allows users to create, read, update, and delete data.
HAVING filters groups after aggregation, whereas WHERE filters rows before grouping.
MySQL/PostgreSQL: LIMIT 10