diff b/w DBMS & RDBMS?
Answer Posted / vishak
Short for relational database management system and
pronounced as separate letters, a type of database
management system (DBMS) that stores data in the form of
related tables. Relational databases are powerful because
they require few assumptions about how data is related or
how it will be extracted from the database. As a result, the
same database can be viewed in many different ways.
An important feature of relational systems is that a single
database can be spread across several tables. This differs
from flat-file databases, in which each database is
self-contained in a single table.
Almost all full-scale database systems are RDBMS's. Small
database systems, however, use other designs that provide
less flexibility in posing queries.
| Is This Answer Correct ? | 84 Yes | 33 No |
Post New Answer View All Answers
Explain what sikuli is?
What are the frameworks available in rc?
What are the main differences between Loadrunner and QTP tools? Describe briefly a "real world" scenario that would make you use the first one versus the other? Thank you for your answers....
Tell me what is intellij?
What is build verification testing, bvt?
Please explain how to perform load-testing?
What generally is the structure of a framework?
how to know whether the user information or any other information which is entered in to the web is storing in secured place or non secured place?
What are the advantages of automation testing?
What is the deference between automation tools and management tools?
Tell me what is an absolute xpath?
Highlight attributes of good framework?
How many test cases have you automated per day?
Tell me what kind of tests should not be automated?
I want a code for a following item in TSL Language. Look up a person in database, If not found, add person to the database.