What is pivot table in sql?
Can triggers stop a dml statement from executing on a table?
How is pl sql different from sql?
What is rtm in testing?
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this
What is the use of sqlerrd 3?
what is schema? : Sql dba
How does stored procedure reduce network traffic?
Can we insert delete data in view?
Who is the owner of mysql database?
Can you load data into multiple tables at once? : aql loader
Can we call dml statement in function?
What is the basic structure of an sql?
what are the differences between char and nchar? : Sql dba
How do I view a sql trace file?