Answer Posted / amrit
iSQL * Plus
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Mention what problem one might face while writing log information to a data-base table in pl/sql?
What do you mean by “trigger” in sql?
Can we use pl sql in sql server?
What is difference between db2 and sql?
What is a trigger in sql?
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
Explain what is a subquery ?
What is sql architecture?
What is difference sql and mysql?
What are the benefits of pl sql?
What is a scalar value in sql?
Which kind of parameters cannot have a default value in pl sql?
What is count * in sql?
What is sql stand for?
How can get second highest salary in sql?