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 the different types of upgrades that can be performed in sql server?
What is partitioned view?
What is Replication?
Explain system scalar functions?
Explain how you can configure a running aggregate in SSRS?
why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it? : Sql server administration
What is transactional replication?
What are the different types of triggers in SQL SERVER?
Can you tell me about the concept of ER diagrams?
What are the steps to follow to configure SQL*Net?
Explain the functionalities that views support?
Explain what is use of dbcc commands?
What is isnull() operator?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?
What are a database and a data warehouse?