What is the role of Referential Integrity Constraint in Normalization?
What is Acid Properties in Oracle?
How to read columns from excel file (converted into *.CSV format) into Forms using upload button.
Latest Answer: You can use UTL_file package which is provide by Oracle to read & write data into csv file or use external table funda. ...
How can we know the all tables and views that are given for the specific user(such as USER_VIEWS,USER_OBJECTS etc.)?
Latest Answer: Open dba_objects in that open column name owner, in that mention user name and it will display the list of tables and views of specific users. ...
What are the disadvantages of Autonomous Transaction?
How to Debug the Oracle PL/SQL Package?
Without Using Update Statement on Database how we can Select the Updated values on a Object(Table,View or etc..)?
How to Install Oracle 9i in Vista?
Latest Answer: You don't. Window XP Pro is required. Try Linux. ...
What do you mean by spliting? Explain with example
How to set unused column back to normal column?
Latest Answer: ALTER TABLE mytable SET UNUSED mycol; ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top