What is the diff between Oracle and SQL Server
Answer / sreekanth
1)Oracle Database 10g offers superior manageability,
resulting in significant advantages and cost savings over
Microsoft SQL Server 2000 and 2005
2)Typical DBA functions are 38 percent faster
3)Requires 30 percent fewer steps, making it less complex
For More check out in the following link :
http://oraclebabu.blogspot.com/2007/08/august-update.html
Is This Answer Correct ? | 1 Yes | 1 No |
sql command 2 know current database
What are the factors that affect OPTIMIZER in choosing an Optimization approach ?
What is the maximum limit on the number of columns in a table?
What is an Integrity Constrains ?
how do u know the total no of rows in a table?
Explain compound trigger in oracle?
1.how to extract the second highest salary from emp table having sal as a column which contains the salary of all employee of an organisation.
what are the advantages of running a database in NO archive log mode?
How to change program global area (pga) in oracle?
Tell me New Feature of Oracle 10g?
how to find out second largest value in the table
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.