what is the difference between RDBMS and DBMS
Answers were Sorted based on User's Feedback
Answer / anand
In RDBMS main objectis to establish the relationship
between the objects.there is no relation ship concept in
DBMS.
In RDBMS every data stored inthe form of tables.in DBMS
every data stored inthe form of files.RDBMS requires huge
software and hardware.DBMS requires less software and
hardware.
| Is This Answer Correct ? | 16 Yes | 4 No |
Answer / varun
1)in dbms data is stored in file system
in rdbms data is stored in object
2)rdbms is purely developed to give relation between two
objects
3)rdbms is more secure then dbms
| Is This Answer Correct ? | 12 Yes | 6 No |
Let's make it simple
1. DBMS is a single user system where as RDBMS is multi
user system.
2. DBMS stores the data in the form of data records & files
where as RDBMS sotes in form of tables and relation
between them.
3. In DBMS relation ship is not defined among entities, but
were are in RDBMS each relationship exist amont entities.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / uni
DBMS is the subsystem in the database which carries out the
user queries.RDBMS is the subsystem for Relational Database
MOdel.In RDBMS field values are used for establishing the
relationship between TABLES but in Network/Hierarchical
Model the pointers are used to establish the relationship
Record Types.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nregs
in DBMS null values will not excute.where as in RDBMS null
values also excuted.
| Is This Answer Correct ? | 1 Yes | 3 No |
what are the techinques you follow during testing?
hi, they have given 2 tables to write quries in SQL SERVER 2000 based on table as follows . 1st table :author: COLUMNS AS FOLLOWS pk. AUTHOR F_NAME DOB NATIONALITY 2ND TABLE BOOKS: COLUMNS AS FOLLOWS; PK ISDN F.K AUTHOR LANGUAGE PUBLISH_DATE; 1) RETRIVE author who is indian and hindi write in a) as joins b) sub quries 2)retrive who is younger author ; 3)retrive author who wrote more than one book in different language. 4)retrive author who has wrote in different language in each year write all queries in sql for sql server
What are the key challenges of software testing?
what is sanity test
what is JUNIT
Can any one tell me the test scenario for a 'Label' with specification "This field may contain a number that is auto generated by the system. Every subsequent quote should display the next available number "
What is Regression Testing?
You have 250 outstanding requests in a bug tracking application,you have no automated build environment, or representative production environment in test, nor the hardware required.You are responsible for establishing some kind of process and order to the QA department, what would you need in terms of budget and what would your processes be, as well as how would you address the environment issues mentioned above?
What is the cost of quality?
1) What r the properties, Advantages & Disadvantages of each types of action? 2)When I can use this?
What do you plan to become after say 2-5yrs (Ex: QA Manager, Why?)
What is extreme programming and what is it got to do with testing?