I know that i can create a table without a primary key.But
is there any significance for that table???? while creating
an application.

Answers were Sorted based on User's Feedback



I know that i can create a table without a primary key.But is there any significance for that tabl..

Answer / manikandan. s

Suppose if we have a situation like we need to store non
unique or null values in any of the column then we should
have table without primary key.

Is This Answer Correct ?    5 Yes 0 No

I know that i can create a table without a primary key.But is there any significance for that tabl..

Answer / archana.p

I feel that there is a significance for that table
too,Because there are situation in which we doesn't need to
identify unique records from that table

Is This Answer Correct ?    3 Yes 0 No

I know that i can create a table without a primary key.But is there any significance for that tabl..

Answer / yadu

I think table should have atleast one Primary key column as
it may be joined with any other tables to retrieve some
conditional inforamtion for the application in RDBMS.

Is This Answer Correct ?    0 Yes 0 No

I know that i can create a table without a primary key.But is there any significance for that tabl..

Answer / anshusmarty

i thing we choose an application like null values and we
dont want any primary key to search an specific data.such
kinds of application used for small appln

Is This Answer Correct ?    0 Yes 0 No

I know that i can create a table without a primary key.But is there any significance for that tabl..

Answer / amit

Definitely yes.....While creating a Data Warehouse
application,we need fact tables to be created from various
dimension tables and the fact table load type is always
INSERT not INSERT/UPDATE.Just think of a real world example
where the need is to populate all the daily transactional
data to a Data Warehouse for analytical purpose such as
creating reports and all.Suppose the DW is loaded two times
a day.In the first load,whatever the data present in the
Transactional Database is loaded into the DW.Before the
second load there might be some sort of updation made to
some of the records,so those records need to be inserted
into the DW again in the second load.If there would be
primary key in the fact table(i,e;DW),it will raise an error
(unique constraint violated.....).So,fact tables should not
contain any primary key.

Is This Answer Correct ?    0 Yes 0 No

I know that i can create a table without a primary key.But is there any significance for that tabl..

Answer / nageswararao.k

yes we can create a table without primary key.How ever,using
not null,unique constraints.combine the both constraints
has primary key properties.so this is the table significance

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

What are the different oracle database objects?

0 Answers  


What is a tns file?

0 Answers  


What is literal?

0 Answers  


What is a lookup table in oracle?

0 Answers  


What are triggers?Where are they used?

3 Answers  






How can return max date row A b c d e 1 2 1-mar-09 5 10 1 2 10-mar-09 5 10 Only using oracle predefined function. Not user defined. Output:-- A b c d e 1 2 10-mar-09 5 10

2 Answers  


What is the maximum number of CHECK constraints that can be defined on a column ?

3 Answers  


how to get count of tables in particular database in Oracle?

3 Answers  


Please help me how to write a Query to change the primary key constraint from 1 attribute to another attribute in a table

3 Answers  


How many memory layers are in the shared pool?

1 Answers  


how the indexes are stored in the Oracle Database?

0 Answers  


Can we store pictures in the database and if so, how it can be done?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)