which database is best to use in oracle and sql server?
explain reasons?
Answer Posted / o.p chauhan
ORCALE
| Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
What is a database in ms sql server?
Explain the categories of stored procedure i.e. System stored procedure, local stored procedure, temporary stored procedure, extended stored procedure, remote stored procedure?
I have a table Events Events containing cardno,time,id,name--each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible
What are the steps you can take to avoid “deadlocks”?
What are cursors? Explain different types of cursors. What are the disadvantages of cursors? How can you avoid cursors?
What is mssql?
Explain few examples of stored procedure over triggers?
What are the new data types are introduced in sql 2000?
What is the use of sign function?
How is table type constraint applied to a table?
Do you know what is sql injection?
How can I know what locks are running on which resource?
Give me any three differences between Truncate and Delete.
Is it important for a database administrator to understand the operating system and file access?
Do you know what are the restrictions applicable while creating views? : SQL Server Architecture