ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

Aggregation Functions in Oracle

Database

SQL

PLSQL

MYSQL

DBMS

Example

Syntax

Examples

Relational

Relation

Aggregation

Автор: Tech Talk's with Naresh

Загружено: 2020-01-19

Просмотров: 607

Описание: #SQL
#PLSQL
#Oracle
#ORACLEAPPS
#OracelFusion
#TechTalkswithNaresh
#Naresh
#R12
#EBSConsultant

Join Our Telegram Group:
https://t.me/techtalkswithnaresh

FOLLOW US :
============
YouTube :    / techtalkwithnaresh  

For More details Contact Us:

Email: [email protected]
--------------------------------------------------------------------------------------------------------------------------------------------------------

This video will help them who are in the learning phase of SQL. If you have any doubt's regarding this video write in comment section. If you want any other video related to SQL please comment in comment section. Please Like,Share and Subscribe the video.


There are 5 types of Aggregation function.
1. COUNT: Which will count the number of records present in table.
SELECT COUNT(*) FROM emp;

2. MAX: Which will find the Maximum value from the specified column.
SELECT MAX(sal) FROM emp;

3. MIN: Which will find the Minimum value from the specified column.
SELECT MIN(sal) FROM emp;

4. AVG: Which will count the Average of values in specified column.
SELECT AVG(sal) FROM emp;

5. SUM: Which will SUM all the values specified column.
SELECT SUM(sal) FROM emp;

SELECT COUNT(*) COUNT, SUM(sal) SUM, MIN(sal) Minimum, MAX(sal) Maximum, AVG(sal) Average FROM emp;

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
Aggregation Functions in Oracle

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]