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 keep your sql safe
If You want to become a good web developer,Â
you have to learn to write secure code perfectly.Â
using MYSQL database in asp.net website
MySQL provides drivers for .Net enabling building database
applications by their appropriate languages.
stored procedures
stored procedures allow flexibility by offering capabilities like
conditional logic.a single procedure may execute a set of SQL
statements which are really complex.