What is the difference between RDBMS and DBMS?
Answer Posted / h.r.nayak
DBMS:data base management system
RDBMS:relational data base management system
>dbms does not support normalisation when rdbms support
normalisation
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...
What jobs use sql?
how do you login to mysql using unix shell? : Sql dba
how can you see all indexes defined for a table? : Sql dba
What do you understand by case manipulation functions?
What is primary key and foreign key?
What is a file delimiter?
How many types of sql are there?
What is record type in pl sql?
how can we repair a mysql table? : Sql dba
How can you load microsoft excel data into oracle? : aql loader
How to rename a table?
How many functions are there in sql?
Can we insert delete data in view?
What are the 3 modes of parameter?