You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Functions are basically the transformations. ie, what if we want to do something that is not available in sql, but we know the custom logic for it.
-- Then we can create our own function similar to UPPPER, AVG etc.
-- We can think functions like customized transformations.
-- Defenition: Functions in MySQL are predefined or user-defined routines that perform operations on data and reurrn a single value. They are very useful for manipulating data, performing calculations and symplifying queries.