10)In an RDBMS, the information content of a table does not
depend on the order of the rows and columns. Is this
statement Correct?
A)Yes
B)No
C)Depends on the data being stored
D)Only for 2-dimensional tables

Answers were Sorted based on User's Feedback



10)In an RDBMS, the information content of a table does not depend on the order of the rows and col..

Answer / somya

A)yes

Is This Answer Correct ?    3 Yes 1 No

10)In an RDBMS, the information content of a table does not depend on the order of the rows and col..

Answer / saravanan j

yes

Is This Answer Correct ?    3 Yes 1 No

10)In an RDBMS, the information content of a table does not depend on the order of the rows and col..

Answer / guest

yes

Is This Answer Correct ?    1 Yes 1 No

10)In an RDBMS, the information content of a table does not depend on the order of the rows and col..

Answer / yogesh babu

it depends on the data being stored....there are different
methods used to store data.for each and every storage
mechanisms the data of the table ll be stored in different
places

Is This Answer Correct ?    0 Yes 2 No

10)In an RDBMS, the information content of a table does not depend on the order of the rows and col..

Answer / lakshmi.s

C

Is This Answer Correct ?    1 Yes 4 No

10)In an RDBMS, the information content of a table does not depend on the order of the rows and col..

Answer / ranjith reddy

C

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Oracle General Interview Questions

How to turn on or off recycle bin for the instance?

1 Answers  


How will you differentiate between varchar & varchar2?

1 Answers  


what are the disadvantages of hierarchial database over RDBMS?

1 Answers   TCS,


What is SYSTEM tablespace and When is it Created?

2 Answers  


In my table i have 4 columns with 100 records but in that 4 columns one column contains all NULL values so can i add NOT NULL CONSTRAINT on that column......... ok if it is not possible, can i add NOT NULL CONSTRAINT from 101 Record Onwards?

4 Answers   Cap Gemini,


What is a static data dictionary in oracle?

1 Answers  


create or replace procedure show_tab_rec ( P_tab VARCHAR2 ) IS cmd varchar2(50); begin cmd := 'select * from '|| P_tab; for int in ( execute immediate cmd ) loop dbms_output.put_line ( int.ename||' '||int.deptno); end loop; end; when i m compling this procedure i m getting this error PLS-00103: Encountered the symbol "IMMEDIATE" when expecting one of the following: . ( ) , * @ % & | = - + < / > at in is mod remainder not range rem => .. <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_ LIKE4_ LIKEC_ between || multiset member SUBMULTISET_ PLZ solve this error give this question answer asap Thanks advance.......

1 Answers   HCL,


Explain the use of indexes option in imp command.

1 Answers  


what is the syntax of UPDATE command?

8 Answers  


i deleted 4 records form the table.after i have applied commit .now i want to get back those records.how?

7 Answers   HCL, IBM,


Explain cascading triggers.

1 Answers  


Table1- have two column filename data AFGDFD-20112011 hi how r u bsdasd-23042011 name shoud be in bold Now i want output like filename data AFGDFD hi how r u bsdasd name shoud be in bold Kindly answer this

3 Answers   HCL,


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • 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)