MySQL Introduction

What is Database?

डेटाबेस , data या records के collection को store और organized करता है। डाटाबेस से information / data को quickly access करने के लिए डाटा को tables, rows, columns, और indexes में organize किया जाता है।

What is MySQL?

  • MySQL स्ट्रक्चर्ड क्वेरी लैंग्वेज(SQL) पर आधारित एक रिलेशनल डेटाबेस मैनेजमेंट सिस्टम (RDMS)है|
  • MySQL एक open-source और free सॉफ्टवेयर है। इसको Oracle कंपनी द्वारा support किया जाता है।
  • यह Microsoft SQL Server और Oracle डेटाबेस के comparison में fast, scalable, और easy to use database management सिस्टम है|
  • MySQL Client-Server Architecture को follow करता है |

What is RDBMS?

  • RDBMS का पूरा नाम Relational Database Management सिस्टम है।
  • RDBMS सभी आधुनिक डेटाबेस सिस्टम जैसे MySQL, Microsoft SQL Server, Oracle और Microsoft Access का आधार है।
  • RDBMS ,SQL queries का उपयोग करके database से data को access करता है।

MySQL Features

  • Easy to use
  • free and Platform Independent
  • It is secure
  • client/server Architecture
  • Speed
  • High Flexibility
  • Memory efficiency
  • High Performance
  • High Productivity
  • GUI Support
  • Dual Password Support