Which is better Oracle or MS SQL? Why?
Answers were Sorted based on User's Feedback
Answer / gangadhar mahabubabad
100% oracle is better..y because
sql sever is supported for windows o.s only
but oracle is supported for all operating systems...
| Is This Answer Correct ? | 20 Yes | 0 No |
Answer / sudipta santra
Apart from the Gangadhar's point, one important point is
that Oracle is the only RDBMS which follows the 9 out of 11
normalization rules.
So Oracle is the ever best RDBMS till now.
| Is This Answer Correct ? | 6 Yes | 0 No |
Can objects of the same Schema reside in different tablespaces.?
What is a nested table and how is it different from a normal table?
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?
If youre unsure in which script a sys or system-owned object is created, but you know its in a script from a specific directory, what UNIX command from that directory structure can you run to find your answer?
I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?
how to make an oracle object
What is oracle database 10g express edition?
What is Database Link ?
What is meant by joins?
Can multiple columns be used in group by in oracle?
What is the parameter mode that can be passed to a procedure?
Is there a function to split a string in plsql?