How to bring a tablespace offline?
No Answer is Posted For this Question
Be the First to Post Answer
How can I get column names from a table in oracle?
how to handle exceptions in post production
What is the relationship among database, tablespace and data file?
Name the three major set of files on disk that compose a database in Oracle?
How to empty your oracle recycle bin?
How to find the duplicate rows count from employees table in oracle?
1. How actually index will work ? 2. Why do people prefer mostly bitmap index and btree index in datawarehouse ? 3. If I use the column in aggrigate functions like max,min,count and avg and if I have a index created on that column, will it increases the performance ?
Explain the different normalization forms?
Give the various rollback segment states.
What is a system tablespace and when it is created?
write a sql query following source looking like below column1 column2 101,102,103 abc,def,ghi 1001,1002,1003 a,b,c i want the output column1 column1 101 abc 102 def 103 ghi 1001 a 1002 b 1003 c
How can we view last record added to a table?