In a SQL statement, the SELECT clause is used to

In a SQL statement, the SELECT clause is used to select (a) columns (b) rows (c) tables (d) none of the abovecan any one help Immediately
[179 byte] By [nahmad03a] at [2007-11-27 9:13:44]
# 1
select is use to select columns and rows from table
Yannixa at 2007-7-12 22:01:23 > top of Java-index,Java Essentials,Java Programming...
# 2
Is used to select rows of specified column...SELECT column_name(s) FROM table_name
jenny_07a at 2007-7-12 22:01:23 > top of Java-index,Java Essentials,Java Programming...