This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Wednesday, May 15, 2013

SQL Select Statement - Select Statement in SQL - Select Statement

SQL SELECT STATEMENT:


The SQL SELECT statement allows you to retrieve records from one or more tables in your SQL database.A query may retrieve information from specified columns or from all of the columns in the table.

Syntex:

SELECT * FROM Table_Name;