diff b/w DBMS & RDBMS?
Answer Posted / satvir kaur
1.DBMS is DATA BASE MANAGEMENT SYSTEM
RDBMS is RELATIONAL DATABASE MANAGEMENT SYSTEM
2.In DBMS keys are not used.
In RDBMS keys are used.
3.In DBMS duplication of rows ans columns.
But in RDBMS there is no duplication of rows and columns.
4.In DBMS rows and columns are independent.
But in RDBMS rows and columns are dependent.
5.DBMS is for single user only.
RDBMS is for multi-user.
6.DBMS does not satisfies codd's rules.
RDBMS satisfies codd's rules
| Is This Answer Correct ? | 65 Yes | 9 No |
Post New Answer View All Answers
What are the steps involved in the automation process ?
If I have given names to different DataTable columns and those column names are stored in a variable, then passing that variable to the datatable how can i Enter different values in those columns listed in that variable?? Please explain me with an example.I am not getting it.
What criteria do you consider for automating a test?
What are the advantages of manual testing and automated testing?
How do you identify the test cases which are suitable for automation?
Does every software project need testers?
Tell us how to select a value in a dropdown?
IN AN APPLICATION HOW DO YOU IDENTIFY THE TASKS WHICH SHUD BE DONE MANUALLY AND WHICH SHUD BE AUTOMATED?
In what condition we cannot use automation testing for the agile method?
Tell us what is the difference between single slash (/) and a double slash ( //) in xpath?
We have a testing assignment that is time-driven. Do you think automated tests are the best solution?
Hi All! Am new to Selenium and would really appreciate your help writing test cases for the following scenario: 1. Manually create 2 logins User A and User B on say, orkut.com or facebook.com. 2. Have User A invite User B as a friend. 3. Have User B accept the friend request. 4. Have User A post a comment on his own profile. 5. Have User B post a reply to that comment. 6. Each User logs out of his respective account. 7. Do not use Selenium IDE. 8. Use Selenium RC and Java.
Give some examples for test management tools?
Do you know what is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?
Explain me what is a framework and what are the frameworks available in rc?