How to order siblings in oracle hierarchy queries?
Answer / Prashant Kumar Singh
To order siblings in Oracle hierarchy queries, you should use the ORDER BY clause. For example, consider the following query: SELECT * FROM department_hierarchy ORDER SIBLINGS BY department_name; This will sort the departments by their names.
| Is This Answer Correct ? | 0 Yes | 0 No |
wht is the difference between sqlaserver2000 and 2005
What is indexing oracle sql?
what is SCALAR Queries?
What is a rank in sql?
Do prepared statements prevent sql injection?
display null value rows with out using null function?
Name the different types of indexes in sql and define them.
Is natural join same as inner join?
How we get all_group_function's(Sum,avg,count,max and min_value of a column(Sal) Using pl/sql anonymous block, with out using group function's. You shouldn't use more than one select statement in entire the program. Like cursor c is select * from <table_name>; except this you can't use another select statement. You can use no of variables as per requirement.
I have one Excel file with 1,50,000 Records. Now I need to load that whole file into Oracle Database with same columns in Excel sheet . I need PLSQL Procedure or used by SQL PLUS
What are the properties of a transaction?
How do you create a unique index?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)