Why select is used in sql?
What is sap sql anywhere?
Explain the uses of database trigger.
what is meant by DML?
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
What are the ddl commands?
what are different types of collation sensitivity? : Sql dba
what does myisamchk do? : Sql dba
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.
what is a stored procedure? : Sql dba
How to pipe multiline string to isql?
what is difference between "Primary key" and "Unique key"?
What is the main reason behind using an index?