answersLogoWhite

0

Definition to groupfunction in dbms

User Avatar

Anonymous

15y ago
Updated: 8/17/2019

The GROUP BY clause in a query is used to display output that is grouped by a particular criteria. Let us say the management wants to find out the number of employees in each of its department then they can use a below query.

SELECT department, count(*) as count FROM employee_master GROUP BY department

The output could be like:

Department count

IT Department 1040

Human Resources 55

Sales Desk 135

and so on.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Definition of key in dbms?

It is a pool of data through which data are enter into into the table for data management.


What is the Componentes of dbms?

Data Definition Lenguage (DDL) Data Manipulation Lenguage (DML) Data Dictionary


Definition of closure in dbms?

In Relational algebra allows expressions to be nested, just as in arithmetic. This property is called closure.


What are highlights of DBMS?

NA_ what are highlights of advanced DBMS what are highlights of advanced DBMS what are highlights of advanced DBMS


Is java DBMS?

no, Java is not dbms.. Java is a programming language Dbms is database


Is SQL DBMS or RDBMS?

dbms


What are three types of dbms?

Hierarchical DBMSNetwork DBMSRelational DBMS


What are rows in dbms?

In DBMS the data is stored in the form of table . Each row in DBMS is known as tuple.


What are the importance of dbms in industrial environment?

importance of DBMS


What is the purpose of dbms?

What is the purpose of dbms?DBMS is a software that organises the creation, storage and maintenance of Databases for end users.


When was Polyhedra DBMS created?

Polyhedra DBMS was created in 1993.


What is the use of dbms?

DataBase Management System (DBMS)is a software package# it allows data to be effectively stored, retrieved and manipulatedand # the data stored in a DBMS packege can be accessed by multiple users and by multiple application programs like (SQL Server, Oracle, Ms-Access) .Types of DBMS# Hierarachical DBMS (HDBMS)# Network DBMS (NDBMS)# Relational DBMS (RDBMS)# Object Oriented DataBase(OODB)# Distributed DBMS (DDBMS)