--> Skip to main content

MYSQL PART-7 IN HINDI

Views

MYSQL  PART-7 IN HINDI

MYSQL  PART-7 IN HINDI
MYSQL  PART-7 IN HINDI

MySQL tables

Introduction to MySQL tables 
एक बार जब आप database create कर लें तो इसके बाद आप उस database में tables create कर सकते है। MySQL में tables rows और columns का combination होती है। Rows को tuples कहा जाता है और columns को fields कहा जाता है। इसका उदाहरण नीचे दिया जा रहा है। 

  
Properties of a MySQL table 
एक MySQL table की 4 basic properties होती है। इन properties को options भी कहा जाता है। इन properties को table create करते समय define किया जाता है। Properties define करने का structure और example आपको next section में बताया जायेगा। एक बार define करने के बाद कुछ properties की value को बाद में ALTER command द्वारा change किया जा सकता है। इन properties के बारे में नीचे दिया जा रहा है। 

ENGINE -  इस property के द्वारा आप ये define करते है की table कौनसा storage engine यूज़ करेगी। MySQL आपको 4 storage engines provide करती है। आप अपनी need के according इन्हें यूज़ कर सकते है। MySQL द्वारा provide किये गए storage engines इस प्रकार है।

MyISAMInnoDBMEMORYMERGE COMMENT -  इस property के द्वारा आप table का description define कर सकते है। इसे documentation purpose के लिए यूज़ किया जाता है। इस property की value 60 characters तक हो सकती है। Text को single quotes के अंदर लिखा जाता है। 

CHARACTER SET - इस property के द्वारा character set define किया जाता है। COLLATE - ये property table के लिए collation define करती है।
Comment Policy: Please write your comments that match the topic of this page's posts. Comments that contain links will not be displayed until they are approved.
Leave a Comment
Close comments