diff b/w DBMS & RDBMS?
Answers were Sorted based on User's Feedback
Answer / undertaker
DBMS does not support Client/Server Architecture.
Most of the RDBMS support Client/Server Architecture.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sid
dbms deals with rows,columns and dml statements.
rdbms deals with data,procedures and functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sandeep kumar padhi
both dbms & rdbms the data is stored in the form of
rows and columns. but the main difference between the dbms and rdbms is we can establish the relation between the tables in
rdbms.in case of dbms we cannot establish relation between
tables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / database guuru
Captain Vijaykanth u r ultimate... Keep going
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / techno engg.
Differences Between an DBMS and RDBMS
1)DBMS-DATA BASE MANAGEMENT SYSTEM
RDBMS-RDBMS is RELATIONAL DATABASE MANAGEMENT SYSTEM
2)In a DBMS,data is stored in the form of rows and columns
and in the case of rdbms data stored in the form of
tables(tabular form).
3)Data stored in DBMS is temporarly where as in RDBMS is
permanently.
4)In RDBMS we can form relations between tables which is not
possible in case of DBMS.
5)RDBMS is more secure as compare to a DBMS system.
Examples
eg: RDBMS-->oracle,sql server,MY SQL,DB2(IBM)
eg: DBMS-->sysbase foxpro
| Is This Answer Correct ? | 1 Yes | 2 No |
DBMs and RDBMS is the main difference in dbms
data is stored in the form of rows and columns and in the
case of rdbms data stored in the form of tables and data
stored in dbms is temporarly where as in rdbms is
permanently
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / anshul shukla
1. IN DBMS RELATIONSHIP BETWEEN TWO TABLES OR FILES ARE MAINTAINED PROGRAMATICALLY.
BUT IN RDBMS RELATIONSHIP BETWEEN TWO TABLES AND FILESCAN BE SPECIFIED AT THE TIME OF TABLE CREATION.
2.DBMS DOES NOT SUPPORT CLIENT SERVER ARCHITECTURE.
RDBMS SUPPORTS CLIENT SERVER ARCHITECTURE.
DBMS DOES NOT SUPPORT DISTRIBUTIVE DATABASE.
RDBMS SUPPORT DISTRIBUTIVE DATABASE.
4.DBMS THERE IS NO TIGHT SECURITY OF DATABASE.
RDBMS THER ARE MULTIPLE LEVEL OF SECURITY.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / chandunath munde
we need people like captain vijay to spread such type of wonderful knowledge among us... from where u get such type of knowledge hip hip hurry for Captain Vijay
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / sridhar
Dbms is a general form of database system where you keep the
relationship between the key normal form only.whereas in the
Rdbms system you can keep the relation between two tables
and you can normalized the table.In simple, you will be able
to differentiate that which is your master data and which is
your transactional data.
| Is This Answer Correct ? | 7 Yes | 12 No |
Answer / druid
I like the Capt Vijaykanth's answer... people should
support him for a BETTER INDIA. HI% CAPT!!!!!!
| Is This Answer Correct ? | 2 Yes | 8 No |
What are the references for TSL functions.? Could anybody suggest me recommended book for Test Script Language.
On Test Complete I recorded some keyword test. while I'm running the batch test, if one test case failed, then how test complete skip the failed test case and again continue to run the test case? please provide some way to resolve this issue.
4. How we implement Winrunner,in our project?
is there any one got offer from snapdeal?
How is Jmeter tool very useful in projects when it does not have features like online monitoring,WAN emulation,caching like other performance tools.
How to get the Background color of a Tab or Button in TestComplete Tool using VBScript? I have a validation that to verify whether a particular tab or button is highlighted or not. When the tab or button is highlighted the background color will be in Yellow color.If i get the background color then its easy for us to validate whether its highlighted or not. Can anybody help me on this?. Thanks in Advance.
Explain what is a relative xpath?
how to test web application
i have recorded a scrip for some window applicaiton(login screen) and i have used browser as IE and i have executed sucessfully that script. and now i want to execute the same scrip in different browsers and i question is wether it the same script will execute in different browsers or not
Can anybody tell me the open source automation testing tool for performance testing to test web based application.? pls reply its urgent.
If testing is done using white box testing,then what is the need of using Black box testing again? I mean when unit testing and Integration testing is done at Coding level, what is the need of testing again at testing level?
Define behavioral testing