1.display list of all users from ur data base.what is the
query?
Answer Posted / nivitha
select * from dba_users order by desc;
| Is This Answer Correct ? | 18 Yes | 5 No |
Post New Answer View All Answers
What is a snapshot log?
Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.
Explain the difference between sql and oracle?
What is a parameter file in oracle?
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
What is set verify off in oracle?
Is there a function to split a string in plsql?
How to sort output in descending order in oracle?
How to generate query output in html format?
How to get last row id?
Design database draw er diagram for a certain scenario ?
How to count duplicated values in a column in oracle?
How to view all columns in an existing table?
What is difference between cartesian join and cross join?
Explain the use of compress option in exp command.