Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?
No Answer is Posted For this Question
Be the First to Post Answer
Is inner join faster than left join?
what is bcp? When is it used?
What is difference between % ROWTYPE and TYPE RECORD ?
What is mutating trigger?How to avoid it??
have table with two columns with datatypes as number and varchar and the values in A column like 1,2,3 AND B column values like a,b,c. now need to display data in a single column as 1,a,2,b,3,c.
How is sql used in oracle?
Can we write dml inside a function in sql server?
Which one is the Best approach to put code, among Triggers and Procedures? Explain?
what are enums used for in mysql? : Sql dba
What is sql data?
How can we implement rollback or commit statement in a trigger?
Do view contain data?