What is the difference between delete and truncate statement in sql?
Are stored procedures faster than dynamic sql?
What is replication id?
need to split a string into seperate values. eg. col1 col2 ---------- 100 - 'a,b,c' 200 - 'a,x,b,d,e' 300 - 'c' result: value count ------------- a - 2 b - 1 c - 2 etc.
Can we create non-clustured index on a clustered index ?
What is %s in sql?
Which function is used to return remainder in a division operator in sql?
i have a table t1 a math 20 b phy 30 cchemisty 10 a math 40 b phy 23 c che 21 a math15 bphy 33 c che 56 write a quire to find out the max markr of each subject
what is 'trigger' in sql? : Sql dba
write a query that returns first characters of each word in Oracel/Sql pl sql
Why stored procedure is better than query?
Explain locks? : Transact sql
Which data dictionary views have the information on the triggers that are available in the database?