Is MySQL DBMS or RDBMS? |
[Edit] |
Answer
MySQL is RDBMS,
1. It is following OOPS concepts. 2. It is using DML concepts prctically not theriotically like DBMS. and its obeying all 12 CODD RULES.
Answer
MySQL is a SQL DBMS, not a relational one.
Although SQL is partially inspired by the Relational Model it is non-relational in many important respects, especially because it uses a "tuple-bag" representation instead of the set-theory representation required by E.F.Codd's relational model. In other words SQL breaks what Codd called the "Information Rule".
Another Answer
DBMS is the Database Engine itself
like MySql Server
RDBMS is the GUI (Graphical user interface)
for any Database Engine which used in
CRUD (Create, read, update and delete)
like PHPmyAdmin
----------------------------------------
Mahmoud Rizk
002-010 4411 540
Admin@ErpEgypt.com
http://www.ErpEgypt.com
Sales and Marketing Certified.
CompTIA Network+ Certified Administrator.
IBM WebSphere Certified Solution Developer.
First answer by ID1039659048. Last edit by Dportas. Contributor trust: 22 [recommend contributor]. Question popularity: 62 [recommend question]
|
Research your answer: |



