what is SQL Order by clause and how to use it
The ORDER BY clause used to sort the sql query results inÂ
ascending or in descending order
Some SQL questions and answers
Following are some SQL questions and answers, you may require it.
how to Use View tables in Sql server
if we need some fields from different tables
temporarily in our software or application then
how to attach and detach databases in sql server
connecting Asp.net local MDF database files to sql
server management studio express is easy to do.
following are the steps to do so -
Database connection implementation using function & xml file
It's a good idea to use a class say gateway where all
database access codes will be written.in this gateway class
you will implement db connection as follows -
first create another class -