what is collation? : Sql dba
Why query optimization is needed?
How do you update f as m and m as f from the below table testtable?
How do I run a sql trace?
What are the differences between implicit and explicit cursors?
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
What is a trigger ?
11 Answers Accenture, BirlaSoft,
Can you sum a count in sql?
What is trigger explain with example?
What are the parameter modes supported by pl/sql?
How to use distinct and count in sql query? Explain
What is index example?
In a PL/SQL block,which loop type should be used in a performance point of view & Why (as both loops can do the same task) 1) open - Fetch loop 2) for loop