what is the difference between DBMS and RDBMS??
Answer Posted / abhaya
DBMS :
Data Base Management System is a process of managing
data for efficient retrivel & storage of data.
Ex: sysbase , Foxpro
RDBMS :
The database which is used by relations(tables) to
acquire information retrival are known as RDBMS
EX: SQL, ORACLE,MY-SQLSERVER
| Is This Answer Correct ? | 119 Yes | 34 No |
Post New Answer View All Answers
Have you heard about sixth normal form?
What is the best free database software?
How index hunting contributes in improving the query performance?
What are records and fields in a database?
What is the purpose of reports in a database?
What integrity rules exist in the dbms?
What are the 4 main objects of a database?
Explain what are the types of transparencies?
Mention few case manipulation functions in sql
How do you copy a database?
What is database url?
How to connect Silverlight application to database?
IF Statements BLOCK 1 . IF a >= b THEN do_this …..; ELSE do_that….; END IF BLOCK 2 . IF a < b THEN do_that …..; ELSE do_this….; END IF; • Given any pair of non-NULL values for “a” and”b”, will Block 1 and Block 2 do the same thing? • What if either “a” or”b” (or both) is NULL?
What are the steps to follow when preparing to create a table?
What are some of the important security features of a dbms?