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 is NOT NULL Constraint in sql server 2012?
What is correlated subquery in sql server?
How to backup SQL Server Reporting Services ?
Explain about analysis services?
How to verify a user name with sqlcmd tool?
What is the full form of dql?
What are the differences between char and nchar in ms sql server?
What are the advantages of user defined function?
What are the new features introduced in SQL Server 2000 (or the latest release of SQL Server at the time of your interview)? What changed between the previous version of SQL Server and the current version?
what is the Ticketing tool used in Wipro technologies at Bangalore...???
Explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
What is read uncmmited?
What is subreport?
Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?
Define constraints and give an example of their use?