Difference between hot backup vs. Cold backup?
No Answer is Posted For this Question
Be the First to Post Answer
How do you ensure database security?
how can get like this result table A col1 col2 --- ----- a A b B C C .. .. .. ... .. ... wants result like for a single column col1 ------ a,b,c,........n of data and another is col1 ------- A B C D ........ a b b d ........
why you need store procedure ? where do we use it in a Java project? can you get the code for as store procedure using in Java?
How to create a temporary table in oracle?
What are the sql clauses supported in the link property sheet ?
Name the three major set of files on disk that compose a database in Oracle?
How to call a trigger inside a stored procedure?Give an example.
What are the Characteristics of Data Files ?
Explain an exception and its types?
i have executed the Delete command after the I have created table whether deletions will be commit or not? if table is successfully created?
What are the different types of database objects?
what is the use of composite key constraint?