What is the use of partition by in sql server?
Answer / Dhermendra Kumar
The PARTITION BY clause in SQL Server allows data to be divided into smaller, more manageable sets or partitions based on a specified column. This can improve query performance for large tables, especially when performing aggregate functions such as SUM, AVG, MIN, and MAX.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to compose an inquiry to demonstrate the points of interest of an understudy from students table whose name begins with k?
Can you index views?
how many no of arguments can be passed in procedures and functions
What is the use of keyword with encryption. Create a store procedure with encryption?
What does it mean to normalize data?
Please differentiate between a local and a global temporary table?
What types of integrity are enforced by a foreign-key constraint
create procedure proc1 (@a int) as begin if @a=1 create table #temp(a1 int) else create table #temp(a1 int) end while executeing the above code it shows error like '#temp already exist' .why it shows an error?
select empid empname from employee What is the result for the about query?
How to check if a table is being used in sql server?
Wht is the difference between stored procedure and trigger
Explain error and transaction handling in sql server?
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)