SQL Interview Questions
SQL Interview Questions
1.What is MySQL?
Answer: MySQL is an open-source relational database management system (RDBMS)
that uses Structured Query Language (SQL) to manage and manipulate data.
5.What is SQL?
Answer:
SQL (Structured Query Language) is a standard language used to interact with relational
databases. It is used to perform operations like querying, updating, inserting, and
deleting data, as well as creating and modifying database structures.
11.What is a database?
Answer:
A database is an organized collection of data stored electronically. It allows for efficient
storage, retrieval, and manipulation of data. Databases are managed using Database
Management Systems (DBMS), such as MySQL, PostgreSQL, and Oracle.
Answer:
A schema is the blueprint or structure of a database that defines how data is organized.
It includes definitions of tables, columns, data types, relationships, indexes, views, and other
database objects.