How many types of data table are in SQL.NET
Answer Posted / mohit
2 Tables
1). Temporary table
2). Global table
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What does executequery return?
How can I retrieve two tables of data at a time by using data reader?
how Sequence to connect and retrieve data from database using dataset?
What is the difference between SqlCommand and SqlCommandBuilder?
Define data access layer?
What are the uses of Stored Procedure?
What is the functionality of data provider in ado.net?
How would you connect to a database by using .NET?
What is connection string?
Define Execute Reader?
Can datareader hold data from multiple tables?
What is the full form of ado.net?
What are the different methods available under the sqlcommand class to access the data?
What is difference between datatable and dataset?
What is an ado?