When system tablespace is created?
No Answer is Posted For this Question
Be the First to Post Answer
How to load a large xml file?
How to get execution statistics reports on query statements?
When system tablespace is created?
What is meant by redo log buffer ?
What is a system tablespace?
Explain the blob datatype?
Can we create index on views?
19 Answers CTS, Syntel, TCS,
We need to compare two successive records of a table based on a field. For example, if the table is CUSTOMER, and the filed is Account_ID, To compare Account_IDs of record1 and record2 of CUSTOMER table, what can be the query ?
write sql query following source are EmpID, Salary 101 1000 102 2000 103 3000 I want the output format like following empid,sal,composite_sal 101 1000 1000 102 2000 3000 103 3000 6000
What is the sql query to concatenate column values from multiple rows in oracle?
Give the different types of rollback segments.
How to store pictures on to the database?