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
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