Wednesday, October 10, 2012

select command in SQL

how to select data from database table .

select * from tablename

Most commonly used SQL command is SELECT statement .We use Select query to retrieve data from database.

for more detail visit

No comments:

Post a Comment