Answer Posted / shivashanker
Procedure is named pl/sql block or sub-program used to manipulated the data within the databse.OR It is used to perform some action within the databse
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the properties and different types of sub-queries? : Sql dba
What is a design view?
what is a trigger in mysql? : Sql dba
How will you distinguish a global variable with a local variable in pl/sql?
How to return multiple rows from the stored procedure?
Explain alias in sql?
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints
when MSQL8.0 is in market
how to get a list of indexes of an existing table? : Sql dba
Can sql function call stored procedure?
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 csv? : Sql dba
How we can update the view?
Why we use joins in sql?
What is dml statement?