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 |
What is define in oracle?
Whether any commands are used for months calculation? If so, what are they?
Can we create trigger on materialized view in oracle?
How to assign a tablespace to a users in oracle?
Preparing for Oracle PL/SQL Interviews – Need Help with Common Questions
Which is better Oracle or MS SQL? Why?
consider some table with 4 r 5 columns in that 1 col is DATE type. The data is like that,For each date in that col some 3 fields r there but all the records r having different data. Now i want to display all the columns by performing grouping on the date field ( as SELECTION Operator(*) cannot be used with group function having only one "group by clause". how to do this? can any one help me in finding out the solution plss?
What is the difference between PFILE and SPFILE in Oracle?
SQLERRM is a a. Constraint b. Pre Defined Exception c. Pseduocolumn d. Constant e. None of Above.
How to create a testing table in oracle?
create one table to capture an employee details with a primary key.
Is oracle a relational database?