Overview This repository demonstrates how to use numeric functions such as SQRT, LOG, and ROUND to transform columns in a table within a SQL database. The dataset used for this demonstration is the ...
GitHub

5. Numeric Functions.sql

-- Numeric functions,character functions, date functions & special functions -- Numeric funtions -- count,sum, min, max, avg, round, ceiling, floor, mod -- count - count () function returns the number ...