Which is better Oracle or MS SQL? Why?
Answers were Sorted based on User's Feedback
actually oracle give's more security and best performance other then any databases like ms-sqlsever, DB2,sybase etc.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / abhisudipta
Obviously Oracle is the better one, because oracle is the
one of the RDBMS which maintains only 9 Normalization rules
out of 11 normalization rules.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the output of select * from emp where null=null & select * from emp where 1=1
What are the tools for Oracle ?
18. Display the clientno and total value for all orders placed by that client. Output the result in the following format: Client <clientno> has placed orders to the value of <total value>
difference between procedures and function?
How do we represent comments in oracle?
How to delete a user account in oracle?
which statement is running fastly ie insert or delete?
What is a Redo Log ?
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?
Explain the use of constraints option in exp command.
How to export several tables together?
What is the difference between Outer join and Full outer join?