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

Best certification for a beginner on DataBase side?
Oracle Database 12c Certified Master Exam | 12COCM
Karan
0 0
8
Difference between a cluster and a grid?
in cluster you will have homogeneous env and in grid you will have non homogeneous env
Nirod
0 0
6
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
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

Introduction to Performance tuning
What is Performance in general terms? Throughput per Input. For Eg: we keep saying, this bike has so and so much of mileage and all that. That is one of the parameters in measuring the performance of...

Datafile
Overview of Data files A table space in an Oracle database consists of one or more physical datafiles. A datafile can be associated with only one tablespace and only one database.At least one datafile...
R

Rajasekharreddy K.

0 0
0

Some Interesting and important built in packages in Oracle
DBMS_JOB : To schedule jobs. DBMS_SCHEDULER: Extended the functionalities of DBMS_JOB. UTL_SMTP: To send mails. UTL_HTTP: To open Web APIs (URLs). DBMS_LOB: Very interesting and useful. Programmatic...

Oracle Architecture - Introduction
As a Oracle developer or a DBA, you should know the in & out of it’s Architecture. Let’s keep it simple first and explore later. Oracle is a software or a program, so like any other program,...

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