what is the syntax of SELECT command?
Answers were Sorted based on User's Feedback
Answer / vsubbaiah
Select Distinct |fields * | from table name
where condition
group by column list
having grouped column
order by column
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / poovitha
select * from employee
Here,
employee refers "TABLE NAME"
* refers all records in the table
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / shree
select field1,field2,.........field n
from table nane
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mohammed ashfaq
SELECT attr1,attr2..attrn
FROM TABLE1,TABLE2..TABLEn;
(IT IS SIMPLE SELECT)
(FOR COMPLEX SELECT)
SELECT attr1,attr2..attrn
FROM TABLE1,TABLE2..TABLEn
WHERE CONDITION;
Is This Answer Correct ? | 0 Yes | 2 No |
Can select statements be used on views in oracle?
What is the difference difference between $ORACLE_HOME and $ORACLE_BASE.
What is memory advisor in Oracle?
What is trigger associated with the timer ?
Explain the use of owner option in exp command.
Difference between cartesian join and cross join?
How to create a table index in oracle?
types of indexes and the rationale behind choosing a particular index for a situation.
What are the predefined tablespaces in a database?
How to write a query with a left outer join in oracle?
How to start your 10g xe server?
How to empty your oracle recycle bin?