Explain DBMS, RDBMS?
Answers were Sorted based on User's Feedback
Answer / nagarajan p
dbms is a collection of data in a database
rdms is a collection of related data in a database
Is This Answer Correct ? | 59 Yes | 12 No |
Answer / 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 |
Answer / ghous
in rdbms we have relations of tables say primary
key ,foreign keys relation ,,that involves refrential
integrity and normalication like concepts
where as
dbms is just collection of tables that dont have relations
and dependencies
Is This Answer Correct ? | 47 Yes | 13 No |
Answer / sachin patil
DBMS : Client Side processing
File Level Locking
Network traffic is High
Distributed Network not Supported
Nomenclature
Concept of File
RDBMS : Server Side Processing
Row Level Locking
Network traffic is Low
Distributed Network Supported
Nomenclature
Concept of Table
Is This Answer Correct ? | 23 Yes | 4 No |
Answer / rajkamal
*RDBMS is use to the relation between the table and objects
*DBMA is use to the collection of information and table
Is This Answer Correct ? | 10 Yes | 2 No |
Answer / shaheem
DBMS are for smaller organizations with small amount of data, where security of the data is not of major concern and RDBMS are designed to take care of large amounts of data and also the security of this data.
Is This Answer Correct ? | 3 Yes | 0 No |
What are the five major components of a dbms?
explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
How can you see what type of locks used?
Which language is supported by sql server?
what’s the difference between Covering Indexes and Clustered Indexes ? how to use clustered index small ?
How to retrieve error messages using odbc_errormsg()?
table:employee EID ENAME MID(manager ids) 101 rama null 102 sita 101 103 siva 101 104 ganesh 103 . . . . . . for 103 ID the manager ID is 101(RAMA) and for 104 manager is SIVA if i give employee id (EID) you have to tell the manager for that EID write query? eample:if i give 102 .The query output should be manager for 102 ID that it should print RAMA as output
I create a separate index on each column of a table. What are the advantages and disadvantages of this approach? : Sql server database administration
what is procedure in sql?
Explain ms sql server reporting services vs crystal reports?
How to convert numeric expression data types by assignment operations?
State the difference between local and global temporary tables?