Answer Posted / antony
Explain the DBMS, RDBMS?
DBMS:
DBMS is Data Base Management System. It is a
collection of data in a database. DBMS is just collection
of tables that dont have relations and dependencies.Client
Side processing File Level traffic is High Distributed
Network not supported Nomenclature concept of File. Dbms
won't allow you share the data server to clint.Only one
user can access the database at a time in DBMS.ADBMS is
enabled by vector field and is "one"dimensional.
RDBMS:
RDBMS is Relational Data Base Management System.
RDBMS is a collection of related data in a database.In
RDBMS we have relations of tables say primary key ,foreign
keys relation ,,that involves refrential integrity and
normalication like concepts where as Server Side Processing
Row Level Locking Network traffic is Low Distributed
Network Supported Nomenclature Concept of Table.But in
RDBMS we can share data server to client.But RDBMS allows
simultaneous access of users to the database. RDBMS is
enabled nu static "2"-dimensional tables.
| Is This Answer Correct ? | 43 Yes | 7 No |
Post New Answer View All Answers
What are blobs, tables, and Queues? Is SQL is the standard way to query blobs, tables, and queues?
what does the automatic recovery do? : Sql server administration
What do you mean by authentication modes in sql server?
What are window functions in sql server?
what is the primary use of the model database? : Sql server administration
In which format does an image save in SQL Server database ?
How to apply cascading referential integrity in place of triggers?
What is a result set object returned by mssql_query()?
What are the new features of sql server 2012 reporting service?
Explain what are various ways to enhance the ssrs report?
What are data resources?
Explain how does the report manager work in ssrs?
What is database replication?
How can a database be repaired?
Write a sql query to sort on different column name according to the parameters passed in the function?