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 |
What are the data types in oracle?
What privilege is needed for a user to create indexes in oracle?
What is truncate oracle?
What is a directory object?
Is it possible to disable the parameter from while running the report ?
select * from emp what happened internally when we write this query in the sql prompt?
What is the purpose of save points in oracle database?
Explain the dml?
How to connect to the server with user account: sys?
What are the attributes of cursor?
What are the different types of partitions in oracle?
From the database level, how can you tell under which time zone a database is operating?