MySQL – Aggregate Functions In general, aggregation is a consideration of a collection of objects that are bound together as a single entity. MySQL provides a set of aggregate functions that perform operations on all the entities of the column of a table considering them as a single unit. Following are the MySQL aggregate functions […]
MySQL – Date and Time Functions In MySQL, we have a set of functions using which we can manipulate the date and time values. Following are the MySQL date time functions − Sr.No. Name & Description 1 This function adds two given dates 2 This function adds given time values 3 This function converts from […]
MySQL – Arithmetic Operators MySQL – Arithmetic Operators Arithmetic operators in MySQL are tools for performing mathematical calculations, similar to how we use them in basic math. They allow us to manipulate numeric values in your database, just like we would in simple math problems. Following are the arithmetic operators in MySQL − Sr.No. Name […]