📡 You're offline — showing cached content
New version available!
Quick Access
#mysql

Posts tagged: mysql

3 articles found

SQL Subqueries: Correlated, Scalar, and EXISTS Explained
SQL Intermediate
SQL Subqueries: Correlated, Scalar, and EXISTS Explained

Master SQL subqueries — scalar, column, table, and correlated subqueries. EXISTS vs IN performance, and when to use CTEs instead.

MySQL Stored Procedures and Functions: Complete Guide with Examples
SQL Intermediate
MySQL Stored Procedures and Functions: Complete Guide with Examples

Learn MySQL stored procedures and functions — parameters, IF/CASE logic, loops, transactions, and the difference between procedures and functions.

SQL Window Functions: ROW_NUMBER, RANK, DENSE_RANK, LAG, LEAD Explained
SQL Intermediate
SQL Window Functions: ROW_NUMBER, RANK, DENSE_RANK, LAG, LEAD Explained

Master SQL window functions — ROW_NUMBER, RANK, DENSE_RANK, LAG, LEAD with PARTITION BY. The most asked advanced SQL topic in data and backend interviews.