Category: SQL & Databases

50 questions in SQL & Databases.

What are MySQL triggers

· SQL & Databases

Automate actions in response to insert, update, or delete operations using MySQL triggers.

How to use MySQL stored procedures

· SQL & Databases

Encapsulate reusable SQL logic on the server with MySQL stored procedures, variables, and control flow.

What is the InnoDB engine

· SQL & Databases

Understand the InnoDB storage engine, its ACID compliance, row-level locking, and crash recovery features.

How to use the JSON type in MySQL

· SQL & Databases

Store and query flexible schema-less data using the native JSON data type in MySQL 5.7 and later.

How to optimize MySQL queries

· SQL & Databases

Apply indexing, query rewriting, and server tuning to speed up slow MySQL queries.

How does MySQL replication work

· SQL & Databases

Understand MySQL replication architectures for high availability, scaling reads, and disaster recovery.

What are MySQL storage engines

· SQL & Databases

Compare MySQL storage engines like InnoDB and MyISAM and learn how to choose the right one for your workload.