Explain the purpose of %type and %rowtype data types?
No Answer is Posted For this Question
Be the First to Post Answer
how to create a new view in mysql? : Sql dba
What can I use instead of union in sql?
Mention what problem one might face while writing log information to a data-base table in pl/sql?
How do you use join?
Do stored procedures prevent sql injection?
Interchange the value of a column Gender in a table where values are Male and Female. So, where the value is Male, it should changed to Female and Female to Male.
Why do we need sharding?
Does varchar need length?
What is the main difference between sql and pl/sql?
i have xml source. xml source having lacks of records. i want extract/retrive xml source data using sql query. please tell me how to write query.
if i perform any operation on views such as insert, delete etc will my base table get affected?????
can i use global variables in stored procedure or function