Database Querying using SQL – Functions, Join and Set Operation

MySQL Query

Topics Covered: Functions – Introduction MySQL Single Row Functions Mathematical Functions String / Text Functions Date & Tiime Functions MySQL Aggregate Functions AVG() COUNT() MAX() MIN() SUM() . Functions – Introduction My SQL function performs a pre-defined task and returns a single value such as a numerical, string, or date/time value. Functions operate on zero, […]

Database Querying using SQL – Functions, Join and Set Operation Read More »