Mean, median, mode and range using SQL

 DML Script:

DROP TABLE IF EXISTS SampleData


 CREATE TABLE SampleData

(

IntegerValue INTEGER

);

INSERT INTO SampleData

VALUES(5),(6),(10),(10),(13),

(14) ,(17)  ,(20),(81),(90),(76);



Detailed explanation: https://youtu.be/m7VK05Hxgpg

Comments

Popular posts from this blog

50 Essential SQL Questions to Land Your Dream Job

How to find all the customers who placed orders on three consecutive days | SQL Scenario questions

ACCENTURE SQL INTERVIEW QUESTION | Change the ProductIDs