Explain table?
Answer / Abhay Jindal
In Oracle, a table is a database object used to store structured data. It consists of rows and columns, where each row represents a record and each column represents a field within that record. Tables are used to hold large amounts of data that can be easily accessed and manipulated using SQL statements. They are the fundamental building blocks for creating complex database applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are ddl statements in oracle?
How to view the data files in the current database?
How do we know whether an index is created on a table ???
What are dml statements in oracle?
What is the use of Redo Log Information ?
What is the difference between Delete, Truncate and Drop in Oracle?
What is the scope of a local variable?
What is meant by joins?
How translate command is different from replace?
How to loop through a cursor variable?
What is the difference between 10g OEM and 11g OEM?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?