What is cursors?
Answer / Gagan Preet Singh Saini
{"Cursors in SQL Server are server-side or client-side temporary objects used to access and process rows one at a time from a result set. They can be used for looping through records, executing complex business logic on each record, and updating multiple records sequentially."
| Is This Answer Correct ? | 0 Yes | 0 No |
Why people hate cursor?
What is the appropriate number of test cases that you can write on a database?
What are the types of database recovery models?
what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
What are different types of views?
Explain indexed view?
Can a unique index be created on a column, which contains null?
What are joins in sql and what are the different types of joins?
Hello all, I have data like :- year amt 2004 10 2005 20 2006 30 Now i want output as:- 2004 2005 2006 10 30 60 but i have to use here group by on year.So, i need a single query within that i can find.
what are the Prerequisites for Replication?
How can you stop stored procedures from recompiling?
Explain a checkpoint?
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)