What is oracle table?

Asked by Last Modified  

7 Answers

Follow 0
Answer

Please enter your answer

Tutor

Tables are the basic unit of data storage in an oracle data base.Data is stored in rows and columns
Comments

Online Trainer

Oracle is a world famous and industry leading Relational Database management system (RDBMS). which allows Enterprises and Organizations to store their data secured and access 24/7 without any downtime. Its known for its Reliability, Flexibility, Security , Performance and High availability.
Comments

Online Trainer

Table is the basic storage unit in Oracle database. It has rows and columns structure to store data which is very flexible to add new rows, modify them and even remove without effecting rest part of data.
Comments

Software Specilaist

In Oracle DB to store data we need table(virtual object),physically store in datafile.The table can be represented in 2D format consists of x-axis and y-axis. We read/access data in y-axis i.e nothing but attribute(s)/column(s).We read/access data in x-axis i.e nothing but tuple(s)/row(s)/record(s).Again...
read more
In Oracle DB to store data we need table(virtual object),physically store in datafile.The table can be represented in 2D format consists of x-axis and y-axis. We read/access data in y-axis i.e nothing but attribute(s)/column(s).We read/access data in x-axis i.e nothing but tuple(s)/row(s)/record(s).Again record is a collection of fields. read less
Comments

Tutor

Table is storage unit.It holds the data in structured format in day to day business use.
Comments

Oracle Database Trainer

Tables are the basic unit of data storage in an Oracle Database. Data is stored in rows and columns. You define a table with a table name, such as employees, and a set of columns. You give each column a column name, such as employee_id, last_name, and job_id; a datatype, such as VARCHAR2, DATE, or NUMBER;...
read more
Tables are the basic unit of data storage in an Oracle Database. Data is stored in rows and columns. You define a table with a table name, such as employees, and a set of columns. You give each column a column name, such as employee_id, last_name, and job_id; a datatype, such as VARCHAR2, DATE, or NUMBER; and a width. read less
Comments

Oracle SQL & PL/SQL training

Table are the data object used for storing data in row format as per column defined in table. It's used for storing data in structure defined way to identify data easily.
Comments

View 5 more Answers

Related Questions

How useful is oracle database ?
Any organisation needs a place to store all kind of information they interact with on daily basis whether it be customer data ..sales data or say your Facebook posts..it is paramount to have these information...
Afshiya
Best certification for a beginner on DataBase side?
Oracle Database 12c Certified Master Exam | 12COCM
Karan
0 0
8
Hello, I have completed my Oracle DBA certification on 9I 5 years back but somehow I stuck working with support industry with ITIL related stuff. Now I want to switch my profile. Is it possible if I brush up my skills and try for a technical profile? I want to get into Oracle related profile.
Yeah you can. But Oracle DBA certification 5 years back will not help you. DBA is completely dependent on hand on exercise. You can try Oracle plsql or Oracle Business Intelligence(OBIEE) or you can try...
Abhishek
What is the full form of Oracle?
Oak Ridge Automatic Computer and Logical Engine
Arun

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Common mistake even experienced programmers make in Plsql.
Hope, you are aware of Procedures in Plsql. Let us discuss one simple thing which we should always remember while writing the datatype of a parameter for a procedure or a function. Eg: Create or replace...

How To Prepare For OCA Exam?
Oracle Certified Associate certification programs are very costly to take the exam. They really deserve it because you get a high value of this certification in the job market. This Article is meant for...

Exception Handling topics
Here, I am only going to list the topics which one should consider to master Exception Handling. 1. Types of errors in Pl/sql- Compile time and Run time 2. How to read and understand the Compile time...

SQL Subqueries - Used in various ways
If you master the concepts of subqueries, you would gain a lot of flexibility in writing complex SQL queries. Let's not get into Correlated subqueries, let us see the different versions of nested subquery...

Starter on exception handling
Just run these two blocks individually, observe the output and comment on what do you understand from it. SET SERVEROUTPUT ONDeclareCursor C is select * from emp;i c%rowtype;BeginFetch C into i;End; SET...

Looking for Oracle Database ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you