ali db2
ali db2
Submitted By
Student Name: Ali kazim Naqvi
ETAID: 24FCS351
Submitted to
Eman khattak
Objective:
Gain practical experience using MySQL built-in functions to perform data
manipulation and analysis. We will implement Number Functions, Aggregate
Functions, Date Functions, Conversion Functions, and Character Functions.
Number Functions:
These functions are used on numeric data to some specific operation such as
roundup or roundoff any numeric data.
Output:
Aggregate Functions:
These functions in mt sql are used to perform calculation to find
maximum, minimum, sum and average etc of rows.
Output:
Date Functions:
These functions in MySQL are used to calculate values from date and time
fields. Calculates the number of days between two dates. These functions are
useful for tracking durations, filtering by date, or formatting date outputs.
Output:
Conversion Functions:
These function in my sql are used to convert one data form of data into
another. Turning number into strings and strings into dates.
Output:
Character functions:
These functions are used to manipulate and analyze text data.
To convert upper case to lower and lower case into upper case letters.
Bonus:
Output: