is database gud carrier option??
Answer / sneha
It Depends On which side you want to go with i.e developing track or DBA track. As per my opinion if you really want to build database as career option then there is no problem.
As India is now booming and many companies are emerging so in future there is need for DBA's and Developers in Oracle.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
What is an oracle table?
Differentiate between post-database commit and post-form commit?
What is execute immediate in oracle?
How to export data to a csv file?
what is the use of composite key constraint?
How can return max date row A b c d e 1 2 1-mar-09 5 10 1 2 10-mar-09 5 10 Only using oracle predefined function. Not user defined. Output:-- A b c d e 1 2 10-mar-09 5 10
How to login to the server without an instance?
What is Water Mark in Oracle?
What is MTTR advisor in Oracle?
write sql query following source are EmpID, Salary 101 1000 102 2000 103 3000 I want the output format like following empid,sal,composite_sal 101 1000 1000 102 2000 3000 103 3000 6000