What is a database table?
What is the use of nvl work?
What are the types of constraints?
hi i am working as a testengineer , so i want to no the backend data base connection can any one tell mwe in detail
create procedure proc1 (@a int) as begin if @a=1 create table #temp(a1 int) else create table #temp(a1 int) end while executeing the above code it shows error like '#temp already exist' .why it shows an error?
Can we write ddl in trigger?
What is the difference between locking and multi-versioning?
There is a trigger defined for INSERT operations on a table, in an OLTP system. The trigger is written to instantiate a COM object and pass the newly insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?
What is inner join? Explain with an example?
What are examples of triggers?
What does the automatic recovery do?
What are the different types of indexes?
wat new abt truncate in sql server