which database is best to use in oracle and sql server?
explain reasons?
Answer Posted / anand
oracle
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?
You want to use bids to deploy a report to a different server than the one you chose in the report wizard. How can you change the server url?
What according to you is the difference between mysql and sql server performance?
What are the differences between local and global temporary tables?
What do you mean by an execution plan? Why is it used?
What have included columns when we talk about sql server indexing?
1.how to find the dead lock in sql server? 2.How to fine the memory leaks in sql server? 3.suppose transaction log file increasing what action will take ?
How to skip remaining statements in a loop block using continue statements?
What is the difference between lock, block and deadlock? : sql server database administration
Determine when an index is appropriate?
What is the difference between a function and a trigger?
How do I view a trc file?
Explain the third normal form(3nf)?
Does union all remove duplicates?
What is sql injection and why is it a problem? : sql server security