Why is a trigger used?
What is the difference between UNIQUE KEY and UNIQUE INDEX?
Why is theta join required?
what is meant by DML?
What is the use of index in sql?
What are aggregate and scalar functions?
What are different types of sql?
What does fetching a cursor do?
Can i possible to see Table Details ? Ex : Table Name Date Time User Emp May/18/2010 12:59pm Scott
I have following column in the table. col1 1 a b c 2 3 d and I want to display it as num chars 1 a 2 b 3 c 4 d numbers in one column and letters in another column.
What is a trigger word?
Is coalesce faster than isnull?
What is a loop in sql?