Database Management System (DBMS)
Introduction to Database Management System (DBMS) Database Management System 3 words से मिलकर बना हुआ है। इन तीनों words …
Introduction to Database Management System (DBMS) Database Management System 3 words से मिलकर बना हुआ है। इन तीनों words …
Introduction to MySQL MySQL एक Database Management System होता है। एक Database Management System एक software होता है …
Introduction to MySQL Data Types Tables create करने से पहले आपको data types के बारे में जान लेना चाहिए। Tables create …
Introduction to MySQL Databases MySQL server data को rows की form में store करता है। ये rows tables में store की जाती …
Inserting Data in MySQL Tables किसी भी table का जब तक उसमें data ना हो कोई भी महत्व नहीं होता है। एक बार table create …
Introduction to MySQL Joins अभी तक आपने जितने भी SQL statements execute करवाये उन सबका result एक single table से related …
Introduction to MySQL Metadata Metadata का मतलब data के बारे में data होता है। वह data जो databases में stored नहीं है …
Introduction to MySQL Prepared Statements एक prepared statement ऐसे SQL statement को define करने के लिए यूज़ किया जाता …
MySQL SELECT Statement MySQL में SELECT statement data retrieve करने के लिए यूज़ किया जाता है। ये statement database …
Introduction to SQL Expressions SQL expressions किसी भी स्टेटमेंट में वो part होते है जो values को आपस में compare करते …
Introduction to MySQL Stored Routines कई बार कुछ ऐसे statements होते है जिन्हें आपको बार बार execute करने की आवश्यकता …
Introduction to MySQL Subqueries एक subquery वह query होती है जो किसी दूसरी query के अंदर होती है। इन्हें inner queries …
Introduction to MySQL Tables एक बार जब आप database create कर लें तो इसके बाद आप उस database में tables create कर सकते …
Introduction to MySQL Transactions एक transaction कुछ DML statements का group होता है। इस group के सभी statements एक साथ …
Introduction to MySQL Triggers Triggers stored programs होते है। ये stored procedures की तरह ही होते है। लेकिन triggers …
Introduction to MySQL Views MySQL views executed queries की result table होती है। मलतब किसी query को execute करके उसका …
Introduction to RDBMS एक relational database management system ऐसा database management system होता है जो relational …
Introduction to Structured Query Language (SQL) SQL का पूरा नाम Structured Query Language होता है। इसे “Language of …