diff b/w DBMS & RDBMS?
Answer Posted / avula sridhar ,chinthal,hyd
DBMS stands for Database Management System which is a
general term for a set of software dedicated to controlling
the storage of data.
RDMBS stand for Relational DataBase Management System. This
is the most common form of DBMS.The only way to view the
data is as a set of tables. Because there can be
relationships between the tables, people often assume that
is what the word "relational" means. Not so. Codd was a
mathematician and the word "relational" is a mathematical
term from the science of set theory. It means, roughly,
"based on tables".
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell me how could ajax controls be handled in webdriver?
What type of scenarios can be automated?
WHAT'S THE TESTER'S ROLE DURING MIGRATION OF CODE FROM TESTING TO PRODUCTION ENVIRONMENT
What is an automated test script?
Tell me how can we find the value of different attributes like name, class, value of an element?
notice the distinction between data driven testing and retesting?
How automation process is carried out?
What is a framework and what are the frameworks available in rc?
What is junit annotation?
Explain some automation testing tools.
What you know about table-driven testing?
5. What are the tests you are conducting through winrunner?
Mention a few good practices while performing automation testing.
What is the major difference between Acceptance test , Functional test , Usability test and Performance test with special reference to auotomotive domain
Program/pseudo code on FIFO? Input a string and make sure that output is in FIFO manner. Eg, Enter 'John Dave' as input and output should be 'John Dave' not 'Dave John'. (inbuilt functions like push, pop were given)