What is the difference between RDBMS and DBMS?
Answer Posted / madhu
DBMS stands for database management system.It is based on
different types of model like network,relation,object etc..
RDBMS is nothing but DBMS is based on the concepts of
relation.
RDBMS is a tabular representation of data.It satisfies
Codd's rules and some constraints.
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
how to get a list of indexes of an existing table? : Sql dba
Why are sql stored procedures used?
Why use subqueries instead of joins?
How do you modify a column in sql?
How does postgresql compare to mysql?
What does cursor do in sql?
what are date and time data types? : Sql dba
What is difference between sql function and stored procedure?
How you improve the performance of sql*loader? : aql loader
What are different categories of sql commands?
Can you do multiple joins in sql?
How do I remove sql plus from windows 10?
What is int identity in sql?
i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5
How do I save a sql query?