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 |
what is the syntax of CREATE command?
how to get second highest sal of emp table
How to start instance with a minimal initialization parameter file?
What are the uses of Database Trigger ?
What is the maximum number of triggers that can be applied to a single table?
What types of joins are used in writing subqueries?
If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?
How to define a procedure inside another procedure?
How to declare a local variable?
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 differences between a sys and system user and what are the extra privileges available to the sys user?
how can get like this result table A col1 col2 --- ----- a A b B C C .. .. .. ... .. ... wants result like for a single column col1 ------ a,b,c,........n of data and another is col1 ------- A B C D ........ a b b d ........