Quantcast
Channel: database
Browsing latest articles
Browse All 7 View Live

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{mitsol_plg_inject_adverts} FYI ORDER BY keyword always sorts the result in ascending order.  But if you...

View Article



Some SQL questions and answers

Following are some SQL questions and answers, you may require it.{mitsol_plg_inject_adverts} 1. Display all information from the EMPLOYEES table  SELECT * FROM employees  2. Display company name and...

View Article

how to autogenerete membership tables using membership provider

we know how to use asp.net membership provider.most of the time we create membership tablesmanualy.But those tables can be created automatically by adding a line in the membership provider...

View Article

how to create tables using scripts with databaseOwner and objectQualifier

It's a professional logic to use the databaseOwnerand objectQualifier values when creating tables else you will not be able to identify the tablesin databases with ease and gain other benefits of...

View Article

use command parameters to pass values to SQL statements

command objects use parameters for passing values to sql statements for type cheking,validation,guardingagainst SQL injection attacks,etc.so its a good practiceto use command parameters to sql...

View Article


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 -{mitsol_plg_inject_adverts} step-1: run SQL Server Management studio...

View Article

how to join two tables by Left Join sql

there are different kind of joins available by sql like inner join,left join,etc.by the following example i will showhow to do left join which i used in my application to get data from two tables...

View Article
Browsing latest articles
Browse All 7 View Live




Latest Images