How to select some rows from a table in oracle?



How to select some rows from a table in oracle?..

Answer / Deepa Sinha

To select some rows from a table in Oracle, you can use the SELECT statement. Here's an example:n```sqlnSELECT column1, column2 FROM table_name WHERE condition;
``

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

What are the data types in oracle?

1 Answers  


What privilege is needed for a user to create indexes in oracle?

1 Answers  


What is truncate oracle?

1 Answers  


What is a directory object?

1 Answers  


Is it possible to disable the parameter from while running the report ?

1 Answers   Honeywell, Oracle,


select * from emp what happened internally when we write this query in the sql prompt?

5 Answers  


What is the purpose of save points in oracle database?

1 Answers  


Explain the dml?

1 Answers  


How to connect to the server with user account: sys?

1 Answers  


What are the attributes of cursor?

1 Answers  


What are the different types of partitions in oracle?

1 Answers  


From the database level, how can you tell under which time zone a database is operating?

1 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)