Answer Posted / madhuri
Variables declared in package specification are known as
global variables
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What pl/sql package consists of?
How many unique keys can a table have?
What is the function that is used to transfer a pl/sql table log to a database table?
what is primary key? : Sql dba
How can you know that statistics should be updated?
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
how to get help information from the server? : Sql dba
what are different types of collation sensitivity? : Sql dba
What is the purpose of a sql?
Why are sql stored procedures used?
How do you write a subquery?
What is execution plan in sql?
What is query syntax?
What is crud sql?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..