How does sql profiler work?
if a table is getting updated what happens if a function is called from sql query?
What is a cursor ? Why Cursor is required ?
How do I install sql?
suppose u hav 1 book with set...page 1-100 n 101 -200 now print page from 2-100 n 102 -200... how we will do..?
how many values can the set function of mysql take? : Sql dba
What is sql in java?
What is the difference between nvl function, ifnull function, and isnull function?
What is mutating error?
What are the types of queries in sql?
Why are indexes and views important to an organization?
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
how can we submit a form without a submit button? : Sql dba