Answer Posted / 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 |
Post New Answer View All Answers
How do I limit the number of rows returned by an oracle query after ordering?
How to add a new column to an existing table in oracle?
How to assign query results to variables?
How to create a stored procedure in oracle?
How to define a procedure inside another procedure?
How to lock and unlock a user account in oracle?
What is oracle used for?
Write a syntax for update query in oracle?
What happens to the current transaction if a ddl statement is executed?
What are advantages of dateset in datastage?
What is oracle host variable?
Describe an oracle table?
What privilege is needed for a user to connect to oracle server?
What happens to the indexes if a table is recovered?
How to assign a table row to a record variable?