SQL 13 : MySQL Built-in Functions
D
Qubits of DPK
April 11, 2026
Core DBMS
Aggregate Functions
Used to summarize multiple rows into a single value.
Example
sql
QUBITS OF DPK
String Functions
Used for text manipulation.
Example
sql
QUBITS OF DPK
Numeric Functions
Used for mathematical operations.
Example
sql
QUBITS OF DPK
Date & Time Functions
Used for working with dates and timestamps.
Example
sql
QUBITS OF DPK
Conditional Functions
Used for logic and branching inside queries.
Example
sql
QUBITS OF DPK
Conversion Functions
Used to convert between data types.
Example
sql
QUBITS OF DPK
NULL Handling Functions
Used to safely handle NULL values in queries.
Example
sql
QUBITS OF DPK
JSON Functions
Used for querying and manipulating JSON data (MySQL 5.7+).
Example
sql
QUBITS OF DPK
Window Functions
Used for analytics and row-level ranking without collapsing groups.
Example
sql
QUBITS OF DPK
System & Metadata Functions
Used to retrieve database and connection information.
Example
sql
QUBITS OF DPK
MAANG Interview Focus List
These functions appear in 90% of SQL interview questions. Master these first.
sql
QUBITS OF DPK