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 the use of partition by in sql server?
What to perform pattern match with the like operator?
What is collation sensitivity? Explain different types.
Difference between uniqe index and uniqe constraint?
What to check if a User database is locked?
How to list all dsn entries on your local machine using odbc_data_source()?
Explain the types of indexes.
How many cores do I need for sql server 2016?
Write a sql query to delete duplicate records from a table called table1
what are the different types of replication you can set up in sql server? : Sql server database administration
How to run queries with sql server management studio express?
Explain about integration services of Microsoft SQL server?
how to take backup bcp out for a column in table in sql server?
what is bit datatype and what's the information that can be stored inside a bit column? : Sql server database administration
What is Command line parameters in PLSQL.?