top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to read data in a table with "SELECT" statements ?

+2 votes
418 views
How to read data in a table with "SELECT" statements ?
posted Feb 2, 2014 by Mona Sharma

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

SELECT column_name,column_name
FROM table_name

This is a simple example, you can also perform some complex operations using Select statement.

answer Feb 2, 2014 by Neeraj Pandey
...