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
Answer Posted / guest
yes
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What privilege is needed for a user to create tables in oracle?
What are the differences between number and binary_float in oracle?
How to connect to the server with user account: sys?
How to join two tables in a single query using oracle?
ur a sql devoloper...what is the process in ur company for finding the database BUGS .. seperate DB testers are there? or devr.s are manage? if DB TESTERS in there what is the process
How to load excel data sheet to oracle database
What are joins, explain all types of joins?
What is a system tablespace and when it is created?
what's query optimization and without use of IN AND Exist can we get another way data from query
Is it possible to split the print reviewer into more than one region ?
How would you go about verifying the network name that the local_listener is currently using?
What do you mean by merge in oracle and how can we merge two tables?
For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame ?
What is the best way to do multi-row insert in oracle?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?