📄️ Distinct Query
In MySQL, a DISTINCT query retrieves only unique records from a table by eliminating duplicate entries.
📄️ Procedures
MySQL stored procedures allow you to encapsulate a sequence of SQL statements into a single reusable unit.
📄️ Upserting Data
An upsert operation is a database action that combines the functionalities of both update and insert.