Explain an index segment?
No Answer is Posted For this Question
Be the First to Post Answer
How to use an explicit cursor without open statements?
What are the differences between number and binary_float in oracle?
what is a view?
Table E: Name dept month sal 1 A JAN 800 2 B APR 1000 3 A JAN 300 4 A JAN 600 5 C JUN 400 1) SELECT HIGHEST SAL PAID DEPT IN JAN MONTH? 2) WRITE QUERY GET MAX SAL DEPT NO?
How to select some rows from a table in oracle?
what r routers?
How to connect the oracle server as sysdba?
What exactly do quotation marks around the table name do?
How to rename an existing table?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
What happens to indexes if you drop a table?
hi friends, I have a table A col as status|NUM and value as open |1 open |2 close |3 close |3 the O/P should be open|close 1 |3 2 |4