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 |
If I have a select statment which retrives 2 rows, & that rows have the same data in all the fields except the last field and I want to merge the 2 rows to be in 1 row with concatenating the last field which have the different data.... eg: the 1st row has these fields: A-B-C the second row has: A-B-X ........ i want to merge the two row to be in one row like ----> A- B- C,X
what is the syntax of INSERT command?
How to revoke create session privilege from a user in oracle?
What is the difference between pre-select and pre-query?
How to check database size in Oracle?
Can a field be used in a report without it appearing in any data group ?
What is a connect identifier?
I have some query regarding Report generation from Oracle Apps "PO module". I have to generate a report where table columns are as below: Vendor_name Invoice No PO Number Item_Quantity Value of Goods Date of Shipping Name_of_the_transport Date_of_receipt_issued. Now my questions is :from which table/column I can get the information of "Name_of_the_transport" column. Thanks in advance.
22. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100
What is system global area (sga) in oracle?
Difference between pre-select and pre-query
What are the arithmetic operations?