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 |
how to hide the stored procedure inside a package
What is pragma restrict_reference in oracle 9i?When we use this?Give me one realtime scenario?
How to define a sub function?
What is PL/SQL ?
What happens if variable names collide with table/column names?
How do I uninstall oracle 11g?
What is the purpose of a cluster?
How to run create database statement again?
T1: T2 A X--- this is updated record B B like this T1 table having no.of records updated. write a query"retrive updated record from T2"
Explain about integrity constraint?
why dont we assign not null constraint as table level constraint.
2. Display the item number and total cost for each order line (total cost = no of items X item cost). Name the calculated column TOTAL COST.