What is Oracle table?
Answer / nishi
A table is the basic unit of data storage in an Oracle database. The tables of a database hold all of the user accessible data. Table data is stored in rows and columns.
Is This Answer Correct ? | 0 Yes | 0 No |
which is best institue to learn oracle 11i in ameerpet or maithrivanam or sr nagar please help
What is define in oracle?
What is a cluster Key ?
I have table-A(1,2,3,4,4,5,6,6,6,7). how to get all duplicate values?what is sql query?
what diffrence between function and procedure?
difference between procedures and function?
What is using clause and give example?
How to list all user accounts in oracle?
If I have a select statment which retrives 2 rows, & that rows have the same data in all the fields except the last field and I want to merge the 2 rows to be in 1 row with concatenating the last field which have the different data.... eg: the 1st row has these fields: A-B-C the second row has: A-B-X ........ i want to merge the two row to be in one row like ----> A- B- C,X
Is there an oracle sql query that aggregates multiple rows into one row?
Display the order number and the number of months since the order was shipped for all orders that have been shipped in the last year (365 days). (Hint: Unshipped orders will have a null value).
what are the different types of cursors? explain?