What is oltp (online transaction processing)?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

I have a table EMP in which the values will be like this EmpId Ename Sal DeptId 11 Ram 10000 10 11 Ram 10000 10 22 Raj 20000 20 22 Raj 20000 20 33 Anil 15000 30 33 Anil 15000 30 I want to delete only duplicate Rows. After Delete I want the output like this EmpId Ename Sal DeptId 11 Ram 10000 10 22 Raj 20000 20 33 Anil 15000 30

13 Answers   DELL,


What is the purpose of indexing?

0 Answers  


What is the difference between executequery () and executeupdate ()?

0 Answers  


Suppose you want to implement the one-to-one relationships while designing tables. How would you do it?

0 Answers  


How to create a Master database in SQL server ?

0 Answers   MCN Solutions,






What is the use of RDBMS?

0 Answers   Wipro,


What is inner join in sql server joins?

0 Answers  


What is the use of keyword with encryption.

0 Answers  


What is sql injection and why is it a problem? : sql server security

0 Answers  


Explain stored procedure?

0 Answers  


Display a roll having miminum marks in two subjects?

7 Answers   Patni,


What is the use of nvl work?

0 Answers  


Categories