Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Explain the use of control file?

0 Answers  


What is meant by an index?

0 Answers  


if i am using dml statement in function. then i am writing select statement what was the output

2 Answers   MasterCard,


Indexes in oracle ?

3 Answers   Keane India Ltd, L&T,


what is insert all statement in sql

2 Answers   CGI, TCS,


what is the difference between restoring and recovering?

0 Answers   MCN Solutions,


What is a static data dictionary in oracle?

0 Answers  


In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??

0 Answers  


Display those managers salary greater than the average salary of his employees?(Based on oracle standard Emp table)

6 Answers  


What is oracle sid?

0 Answers  


Can you have more than one content canvas view attached with a window ?

0 Answers   Oracle,


How oracle handles dead locks?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • 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)