what is the syntax of SELECT command?

Answers were Sorted based on User's Feedback



what is the syntax of SELECT command?..

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

what is the syntax of SELECT command?..

Answer / poovitha

select * from employee

Here,
employee refers "TABLE NAME"
* refers all records in the table

Is This Answer Correct ?    4 Yes 1 No

what is the syntax of SELECT command?..

Answer / chandiran

select <column name> from <table name>

Is This Answer Correct ?    3 Yes 1 No

what is the syntax of SELECT command?..

Answer / sarika

select * from tablename;

Is This Answer Correct ?    2 Yes 1 No

what is the syntax of SELECT command?..

Answer / shree

select field1,field2,.........field n
from table nane

Is This Answer Correct ?    1 Yes 0 No

what is the syntax of SELECT command?..

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

Post New Answer

More Oracle General Interview Questions

Suppose U install the oracle DB either enterprise edition or express edition in ur personal PC, Is there the Database has been created after ur installation if not then where the oracle's all objects with data be stored?

1 Answers   IBM,


What happens to the current transaction if the session is killed?

0 Answers  


What exactly do quotation marks around the table name do?

0 Answers  


what is the uses of cusor

3 Answers   Perot Systems,


What is Hash Index?

1 Answers  






What is Trigger in Oracle?

0 Answers   MCN Solutions,


What is a Tablespace?

5 Answers  


i want to know about mr.b.kotravel......who has answered for second maxmium salary from employee table

3 Answers  


When do I need to use a semicolon vs a slash in oracle sql?

0 Answers  


Hello All, Could any one provide me FAQs/interview questions on oracle PL/SQL

1 Answers  


Is primary key = unique key,not null? If yes,please explain IF No,please explain

8 Answers   Genpact,


i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)

0 Answers   eicc,


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)