What is user in sql?
what is a database lock ? : Sql dba
Can we use commit or rollback in trigger? If yes, then how. Please explain with a suitable example?
What is auto increment?
What is a cursor ? Why Cursor is required ?
write a query to remove null following table are id name 101 dinesh null jyothi null bharathi 102 suresh null shilpha 103 prakesh null suma i want the output format like id name 101 dinesh 102 suresh 103 prakesh
Why stored procedures are faster than query?
What is a database? Explain
What is trigger price?
What is a call statement? Explain with an example.
What is memory optimized table?
What is the use of time stamp in select statement?
what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba