MySQL + SQL · Lesson 1

Rdbms Tutorial

RDBMS क्या है?

RDBMS (Relational Database Management System) एक DBMS है जो E.F. Codd के relational model पर आधारित है। Data tables में रहता है और SQL से access होता है।

मुख्य Features

  • Data tables (relations) में।
  • हर row unique (primary key)।
  • Tables foreign keys से जुड़ी।
  • SQL, constraints और ACID transactions support।

Popular RDBMS

MySQL
Free, web apps
Oracle
बड़े enterprise
SQL Server
Microsoft stack
PostgreSQL
Advanced open-source

सारांश

  • RDBMS, Codd के relational model को follow करता है।
  • Tables + keys + SQL + ACID = RDBMS।
🔗

Share this topic with a friend

यह topic किसी दोस्त को भेजें

Found it useful? Send it to a classmate learning the same thing.

अच्छा लगा? जो दोस्त यही सीख रहा है, उसे भेज दीजिए।