+ 13
What is a Relational Database Management System (RDMS), and which one are you most familiar with?
Database Sql
15 ответов
+ 2
RDBMS is a database having relations like aggregation, association, link, composition. All tables are associated to one-another.
It makes easy and faster operations on tables.
(Like nowdays Entity framework is using same architecture although it is not a database)
I use MS-SQL, Mysql.
+ 8
A Relational database management system (RDBMS) is a database management system (DBMS) that is based on the relational model.
I'm Most Familiar with MS-SQL & MySQL
+ 2
and don't forget pronounce as Seeequeel
+ 2
MySQL. Parent/Child class Hierarchy
+ 1
SQL Databases (RDBMS):
MySQL, PostgreSQL, Oracle, SQL Server, DB2, Sybase, Teradata, SAP Hana, MariaDB, Amazon Redshift, Hive,
NoSQL Databases (not RDBMS):
MongoDB, Cassandra, HBase, Redis, Neo4j, Amazon DynamoDB
It is good to learn both type, e.g. start with MySQL or Oracle, and MongoDB
+ 1
DB2, SQL Server, Oracle, Access, PostgreSQL
+ 1
MySQL
+ 1
A database management model which is handled with relations or by making relations between the databases is known to be relational database management system shortly known as rdbms.
most familiar ones are the mysql,postgress,oracle,mssql
+ 1
Thank you very much guysss
+ 1
how to learing SQL
+ 1
Hey June Han you can learn SQL on SoloLearn app!
https://www.sololearn.com/Course/SQL/?ref=app
+ 1
Dasaolu Tobi
You can learn database from w3school.com
Ping me whenever u need more clarification😊
0
In RDBMS most of the applications support client server architecture while DBMS does not
RDBMS does not support distributed database while DBMS does not
0
MS SQL at the moment
0
Where can I learn database as a beginner