How many types of data table are in SQL.NET

Answer Posted / sudhakar basore

four data table type#
1. Perment data table
2. temp table only for the session
3. temp table will destroy wilie the connection close
4. table variable

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference in record set and dataset?

503


How can we add/remove row's in "datatable" object of "dataset"?

552


Explain how to bind the controls(best practice) comboboxes to the data in the dataset?

567


What is shadow copy?

590


What is the provider being used to access oracle database?

509






What are the different methods available under the sqlcommand class to access the data?

590


What is acid in ado.net?

537


What is the usage of the dataset object in ado.net?

499


What is ado and dao?

539


Define atomicity?

595


What is ado and rdo?

508


What is the difference between Datareader and Dataset?

547


What is data relation in ado.net?

534


What is different between sqlcommand object and command behavior object?

552


How can we save all data from dataset?

555