What does over partition by mean in sql?
Answer / Parmatma Prasad
In SQL, the 'OVER (PARTITION BY)' clause allows you to perform aggregate functions (such as SUM, AVG, MAX, MIN) on a partitioned table. This means that the function is calculated separately for each partition and then combined to produce the overall result.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to enter binary numbers in sql statements? : Sql dba
What are the ways on commenting in a pl/sql code?
What is trigger point?
Explain what is table in a database?
what are the advantages of cursors than procedures?
i have a table emp and columns ename,empno,mgr_id,i need ename,manager name as result i.e employee respective manager.. example empno ename mgr_id 1 john 3 2 paul 3 3 smith 1 4 kevin 1 5 stewart 2 result has to look like this ename manager john smith paul smith smith john kevin john stewart paul can u plz help me out in this.....
how can you create an empty table from an existing table? : Sql dba
Is it possible to update views?
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
how to calculate expressions with sql statements? : Sql dba
Does a primary key have to be a number?
Can you have more than one key in a database?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)