what is dbms and rdbms??

Answer Posted / kaswa

DIFFERENCE B/W DBMS & RDBMS IS THAT DBMS STANDS FOR DATA
BASE MANAGEMENT SYSTEM ; WHICH IS USE TO MANAGE DATA
(FILES, RECORDS,SHEETS etc) THAT THE SAME KIND OF DATA
REMAIN TOGETHER ,
WHILE RDBMS STANDS FOR RELATIONAL DATA BASE MANAGEMENT
SYSTEM ; WHICH IS USED TO DEFINE THE RELATIONSHIP B/W DATA.

EXP:
IN ANY company there is a record of each & every
employ ;according DEPT.,POST,etc this is known as DBMS.
but an enploy in EC dept. with post of engineer , live in
delhi , mobile no .99900000.., this is known as RDBMS.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is mean by the error LVALUE REQUIRED in C language

2401


when load increase in generator in island mode, why turbine rpm is reduced

3043


10. Write a program in ā€˜Cā€™ language that will perform the following operation on double link list. Each node of this list contains the address of previous as well as next node. The previous pointer of first node & next pointer of last node should contain null. 1. Creation of list with as many records as user want 2. Search a node in the list 3. Deletion at last position 4. Display 5. Exit Create separate functions for each operation. The create () will be used to create the list. It should accept no argument & return the address of the starting node. Search() will search a node in the list. It receives rollno as argument & return that node if found otherwise return null. The delete () function will delete the last node. It does not receive any argument & return structure type value at last position. The starting node of the double list must be declared as external pointer variable. Each element of double link list will contain the following information Roll No, Std Name, Course. Use do-while loop & switch case for generating the above menu. The format of the output should is given below: S.No. Roll No. Student Name Course 1 cse01 Anil Singh B.Tech

1463


4. What is your typical way of dealing with conflict?

1425


#include int fn(int v); main() { printf("%d\n",fn(7)); } int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; }

1512






WAP in Java to print the format AMIT M I T

1604


What experience have you had in working with field forces?

1510


what is static identifier in c language?

1694


Suppose that, even unrealistically, we are to search a list of 700 million items using Binary Search, Recursion (the algorithm given in class). What is the maximum number of comparisons that this algorithm must perform before finding a given item or concluding that it is not in the list?

3240


Difference in NS and TIA type HRC fuses

4032


when did actually oil exploration start

1442


hi,i just want to know the best institute to learn oracle in bangalore because i am doing my BE there?

1411


how to configure cisco router & switches plz provide me path steps?

1638


what is your career objective?

1592


can u tell me placement peoceduers and placemnt format of hpcl.

1467