What is dataset and its uses
Answers were Sorted based on User's Feedback
Answer / pragyan
its a disconnected object created at client side for client side manipulation and its a collection of tables and their relations where each table is collection of rows,columns and their constraints.oderwise it is known as memory management..
| Is This Answer Correct ? | 0 Yes | 0 No |
What are .mdf files?
List the different types of collation sensitivities in sql server?
Where sql server usernames and passwords are stored in a sql server?
Can an entity have two primary keys?
How do I find information about the install locations for the various instances running on a computer?
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?
Tell me the difference between clustered and non-clustered index?
Can Somebody tell me the difference between Clustered & Non- Clustered Index??
What is the difference between an index and a unique index?
How to modify an existing user defined function?
Difference between uniqe index and uniqe constraint?
Relational calculus is what type of language?
Oracle (3259)
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)