How to Create a Table in MySQL? | MySQL Tutorial for Beginners

WsCube Tech
19 Jan 202219:18

Summary

TLDRThe video script offers a detailed tutorial on creating tables in a database, emphasizing the importance of structure and data organization. It guides viewers through the process of defining columns, setting data types, and establishing relationships between tables. The script also touches on the creation of users, assigning permissions, and the use of subscriptions for accessing specific functionalities. The tutorial is aimed at helping users understand the basics of database management and table creation, providing practical tips and examples throughout.

Takeaways

  • 😀 The video script is in Hindi and discusses the process of creating tables in a database, emphasizing the importance of structure and data management.
  • 📝 The script explains that a table is a collection of rows and columns, used to store relational data, and provides an example using a 'students' table.
  • 🔑 It highlights the need for unique identifiers, such as 'ID', in tables to distinguish between entries.
  • 💡 The video mentions the use of 'subscribe' as a term, possibly in the context of database subscriptions or updates, but it's not entirely clear from the transcript.
  • 🚀 The script introduces the concept of 'unbounded' values, suggesting the use of infinite or very large ranges for certain data types.
  • 🔢 It discusses the use of decimal values and the importance of deciding on the precision and scale for financial or numeric data.
  • 🔠 The importance of character data and the use of text data types in database tables is mentioned, with a focus on encoding and storage.
  • 👤 The video script talks about creating user accounts, including the need for a username, date of birth, gender, and subscription status.
  • 🔄 There is a mention of 'unside' values, which might refer to negative values, and the concept of 'side' which could be related to positive or negative ranges in data.
  • 🗓️ The script touches on the idea of 'date' as a data type and the considerations for storing date information in a database.
  • 🔄 The concept of 'subscribe' is reiterated, suggesting it might be a recurring theme or important function within the database management context.

Q & A

  • What is the main topic of the video script?

    -The main topic of the video script is about creating tables in a database, specifically focusing on the structure and process involved in table creation.

  • What does the term 'travels' mentioned in the script refer to?

    -The term 'travels' seems to be a mistranslation or misheard word. In the context, it might refer to 'tables' in a database, which are collections of rows and columns to store relational data.

  • What is the significance of the 'table' in the context of this script?

    -In this script, a 'table' is a fundamental concept in database management, representing a collection of data organized in rows and columns, which is crucial for storing and managing relational data.

  • What are the initial steps mentioned for creating a table?

    -The initial steps mentioned for creating a table include understanding the structure of a table, which involves defining columns and the type of data they will hold, and deciding on the entries required for the table.

  • What is the purpose of the 'subscribe' term used throughout the script?

    -The term 'subscribe' is repeatedly used as a metaphor or placeholder for taking some action, possibly related to subscribing to a service or following a process. It seems to be used as an instruction for viewers to follow along with the demonstration.

  • What is the role of 'Admin 123' in the script?

    -The 'Admin 123' appears to be a placeholder for an administrative username or password that might be used to access or manage the database system being discussed in the script.

  • What does the script imply about the importance of 'database' in table creation?

    -The script implies that the database is where the tables are created and managed. It is the foundational structure that holds the tables and the relational data within them.

  • What is the significance of the 'side' term in the context of the script?

    -The term 'side' in the script seems to refer to the range or scope of values that can be assigned to a particular column in a table, indicating the possible range of data that can be stored.

  • What is the purpose of the 'subscribe to' action mentioned in the script?

    -The 'subscribe to' action is used as a directive for viewers to engage with the content, possibly to follow along with the tutorial or to subscribe to a service or channel for further information.

  • What is the script's stance on the importance of understanding the structure before creating a table?

    -The script emphasizes the importance of understanding the structure of a table before creating it, as it is essential for organizing data effectively within the database.

  • What are the 'tips' mentioned for creating a table as per the script?

    -The 'tips' mentioned in the script for creating a table include understanding the relational aspects of the data, deciding on the necessary columns, and planning the entries that will populate the table.

Outlines

00:00

😀 Introduction to Database Table Creation

The first paragraph introduces the concept of managing an office and the importance of creating a database table. It explains that a table in a database is a collection of rows and columns to store relational data. The paragraph uses the example of a 'students' table with columns like 'name', 'date of birth', and 'marks' to illustrate the concept. It also touches on the idea of subscriptions and the need to understand the structure before creating tables.

05:00

😉 Understanding Subscriptions and Data Types

The second paragraph delves into the specifics of subscriptions, suggesting that users subscribe to different types of data, each with its unique functions and downsides. It discusses the categorization of data, such as numbers and dates, and how to subscribe to them. The paragraph also mentions the concept of 'unside' values, which start from zero and can extend to positive or negative values, emphasizing the importance of understanding these values for database management.

10:00

🎓 Detailed Steps for Creating a Table

The third paragraph provides a step-by-step guide on creating a table, starting with the decision on the table's structure. It discusses the process of connecting to a database, using a demo connection with admin credentials. The paragraph outlines the steps to create a table, including defining the columns and their data types, and setting constraints like 'not null'. It also mentions the importance of understanding the range and values that can be stored in the table.

15:06

🔒 Securing the Database with Passwords and User Management

The fourth paragraph focuses on the security aspect of database management, emphasizing the need for passwords and user management. It discusses the creation of user credentials, including names, dates of birth, gender, and subscription status, and the importance of encoding passwords securely. The paragraph also touches on the concept of inserting queries and the potential for future lessons on this topic, concluding with an encouragement to subscribe to the channel for more content.

Mindmap

Keywords

💡Database

A database is an organized collection of data, typically stored and accessed electronically. In the context of the video, it is the foundation for creating and managing tables where relational data is stored. The script mentions creating tables 'inside the database,' indicating the importance of databases in data management.

💡Table

In the realm of databases, a table is a collection of related data held in a structured format consisting of rows and columns. The script discusses creating tables as a crucial step, referring to them as 'travels' and explaining the process of defining their structure with 'date of birth,' 'name,' and other attributes.

💡Columns

Columns in a database table are vertical structures that hold data of a specific type. The script refers to columns as part of the table's structure, where each column represents a particular attribute of the data, such as 'date of birth' or 'name.'

💡Rows

Rows, also known as records, are horizontal entries in a database table that represent a single data entity. The script implies the creation of rows when it discusses entering data into the table, such as student details.

💡Relational Data

Relational data refers to the way information is linked or related within a database through the use of keys. The video script touches on this concept when explaining that tables contain 'relations' which are essential for linking data across different tables.

💡Create

In the context of databases, 'create' is an action that involves setting up new database objects such as tables. The script repeatedly uses the term to describe the process of table creation, emphasizing its importance in database management.

💡Subscription

Although typically used in the context of services or content, 'subscription' in the script seems to refer to a process of opting into or engaging with certain functionalities or features within the database system. It is repeatedly mentioned, suggesting its significance in the workflow being described.

💡Administrator

An administrator in a database context has the authority to manage and configure the database system. The script mentions logging in as an 'admin' with a password, indicating a level of access that is necessary for creating and modifying database structures.

💡Schema

A schema in a database is the blueprint that defines the structure of the database, including tables and relationships. The script refers to 'schema' when instructing the viewer to click on it, which is a step in navigating and understanding the database environment.

💡Insert Query

An 'insert query' is a command used in SQL to add new records into a database table. The script mentions learning about 'insert query' in a future video, indicating it as a next step in the database management process after table creation.

💡User

In the context of the script, a 'user' refers to an account or entity that interacts with the database. The video discusses creating 'users' with specific attributes like 'date of birth' and 'gender,' which are essential for setting up user profiles within the database system.

Highlights

The importance of creating tables in database management is emphasized, highlighting the need for structure and organization.

Tables are defined as a collection of rows and columns to store relational data.

The process of creating a table involves deciding on the number of entries and their types, such as strings or dates.

The concept of subscriptions is introduced, possibly relating to database triggers or actions.

Different types of data are discussed, including numerical, string, and boolean values.

The use of subscriptions for categorization and organization within the database is explained.

A demonstration of connecting to a database and starting a session is provided.

The creation of a 'students' table with specific fields such as 'date of birth' is described.

The significance of unique identifiers in tables, like 'ID', is highlighted for data retrieval.

Tips for creating tables are shared, including considerations for data types and relationships.

The process of inserting data into a table using INSERT queries is mentioned, but not detailed in this excerpt.

The concept of 'unsubscribing' from data or actions within the database is introduced.

The practical application of creating tables for user management is discussed.

The importance of understanding the structure of a table before creating it is emphasized.

A step-by-step guide on creating a table is provided, from conceptualization to execution.

The video concludes with a summary of the table creation process and its significance in database management.

Transcripts

play00:00

कि किसी मुझे ऑफिस को मैनेज करने का सबसे

play00:02

पहला डिस्टर्ब होता है वह होता है उस

play00:04

वेस्ट इसकी टेबल को क्रिएट करना होगा टेबल

play00:06

ग्रेट करना वन आफ थे मोस्ट इंपोर्टेंट है

play00:08

डेटाबेस के अंदर और आज की वीडियो में हम

play00:11

लोग यह समझने वाले हैं कि किस तरीके से हम

play00:13

लोग टेबल्स क्रिएट कर सकता है थोड़ा जीवन

play00:15

संगिनी वेलकम टू अप्रोच क्यूटेस्ट स्माइल

play00:16

भागीरथ गिरी और चलिए शुरू करते हैं टेबल्स

play00:19

क्रिएट करना है

play00:21

कल

play00:23

सुबह सबसे पहले चीज जो समझ में जरूरी है

play00:26

वह यह है कि टेबल्स एक्चुली क्या होती है

play00:28

तो ट्रेवल्स का मतलब कलेक्शन आफ रोड्स एंड

play00:31

कॉलम्स जिसमें आप रिलेशनल डाटा को रख सकती

play00:33

है मतलब एक ऐसा शब्द जिसमें रोग होगी और

play00:37

कॉलम होंगे और उनमें आप अपना कोई देता है

play00:40

सपोर्ट करोगे ओके तो कुछ इस तरीके से

play00:42

लिखती हमारी ट्रैवल्स अ जैसे कि यह सब

play00:45

हमारे स्टूडेंट्स की डबल है और स्टूडेंट्स

play00:48

की गेंद संघ की डेट ऑफ बर्थ

play00:52

रमेश मेघवाल और

play00:58

और तो

play01:02

यह देखिए इस तरीके से

play01:06

घ्र घ्र

play01:11

घ्र

play01:15

यह आप देख रहें हैं

play01:21

थे फोर प्रॉब्लम है और तीन रजत और रोज हम

play01:25

लोग और डोंट कर सकते हैं यहां पर और

play01:27

कॉलम्स में ब्रेसलेट ऑन कर सकते हैं बट

play01:29

अगर हम लोग यह मानकर चलते हैं कि हमारी

play01:32

टेबल में इतनी ही एंट्रीज हमें चाहिए तो

play01:35

यह तीन रजत और फलों सब्जियों और इनमें

play01:37

नीचे और रोज आती जाएगी ओके तो यह थी हमारी

play01:41

टेबल अब इस टेबल का यह आप देख रहें हैं यह

play01:44

डबल का स्ट्रक्चर है और यह स्ट्रक्चर

play01:47

बनाने के लिए हम लोग ऊपर इस्तिमाल क्रिएट

play01:48

करना पड़ता है उसकी मगर हम लोग अभी समझने

play01:51

वाले हैं तो जलता हमारे वक्त बेंच पर और

play01:54

वर्ग में बंटे ओपन कर लेता हूं मैंने

play01:55

माइकल सर आलरेडी स्टार्ट कर रखा है और

play01:58

यहां पर हमारा यह डेमो करेक्शन है इसको

play02:00

कनेक्ट कर लेते हैं

play02:02

एडमिन 123 या पासवर्ड डाल दिया इसमें और

play02:07

यहां पर अगर आप पहली बार इसको ओपन करेंगे

play02:09

तो यह एडमिनिस्ट्रेशन जो लिखा हुआ आप इस

play02:11

पर आएंगे तो यहां पर आप स्कीमों पर क्लिक

play02:14

करेंगे और उसकी मां पर आ जाएंगे कि सूजी

play02:16

है उसकी मां और यह ह्यूमन नहीं हो रहा है

play02:19

play02:21

ललित तो यह हमारा किमाम है और इस किमाम हम

play02:25

लोग क्या करेंगे अपनी डेट आप इसको बनाएंगे

play02:27

अपने पिंपल्स को बनाएंगे तो अब यह आप देख

play02:29

रहें हैं कि दो ही चीज यानी दही यहां पर

play02:32

अवेलेबल हम लोग को सब्सक्राइब करने के लिए

play02:39

सब्सक्राइब

play02:43

करें कि

play02:45

मैं यहां पर

play02:48

सब्सक्राइब बटन

play02:50

पर क्लिक करें तो यहां नीचे लिखा हुआ

play02:55

घ्र घ्र

play03:00

सब्सक्राइब

play03:02

करें यहां पर यह

play03:06

तो यह देखिए यहां पर

play03:12

यूज सब्सक्राइब

play03:21

भिस्मा गई यूज्ड अबूसिव यह मैंने डेविस का

play03:24

नाम लिखा सिंपली और हम इसके अंदर आ चुके

play03:26

हैं अब नेक्स्ट हम लोगों को क्या करना है

play03:29

तो एक हमारा जो डांस है वह यह है कि यह जो

play03:32

आप इस तरफ टेबल देख रहे हैं ठीक है जो अभी

play03:36

एमटी है मतलब एक ड्यूटेबल है वह टेबल समय

play03:38

बनानी है तो ट्रैवल्स बनाने से पहले कुछ

play03:41

टिप्स वह समझ लेता है ट्रेवल्स के रिलेटिड

play03:43

वह बनाना शुरू करेंगे तो अब आप देख सकते

play03:46

हैं कि हमारे कुछ प्रॉब्लम्स

play03:50

घृत यहां पर नाम शुरू किया है जब यह इमेज

play03:54

और किया है जब यहां पर अपने डेट ऑफ बर्थ

play03:56

टो किए हो सकता इस बनने का एबी टो करते हम

play03:59

लोग टिकट यह सारी चीजें स्टार्ट हुई है वह

play04:02

बिजली तीन तरीके के मिड डे मील दूर होती

play04:06

है ठीक है यह सेंटेंस मैं आपको बताऊंगा कि

play04:10

दिल्ली में

play04:13

निकल सकती

play04:17

है

play04:19

इसके अलावा कुछ भी नहीं तक टिक है यह आपकी

play04:23

कोई स्प्रिंग होगी यह कोई नंबर होंगे मतलब

play04:26

अगर किसी का नाम लिखा हुआ है ठीक है

play04:28

फ्रेंड्स ऑफिस गया अगर उसके कोई तो नंबर

play04:32

और उसके ऊपर से तो वह मेल्ट हो तो ठीक है

play04:38

जो कि

play04:41

अगर आप यह देखेंगे कि

play04:45

युवराज सिंह एक

play04:48

टेबल

play04:50

का नाम

play04:53

नाम सें तिरे यहां पर

play05:00

नियुक्त होने वाले

play05:02

तो यह कुछ

play05:07

सब्सक्राइब

play05:10

हो सकता

play05:13

सब्सक्राइब जरूर

play05:19

सब्सक्राइब करें भेरू

play05:22

अब इन तीन दो टाइप के भी अपने-अपने

play05:26

फंक्शन या फिर अपने अपने डाउट्स आ कैसे तो

play05:29

यह तो हम लोगों ने कैटेगिरी मेंशन किए कि

play05:31

स्प्रिंग डाटा होगी नंबर

play05:34

डेटाबेस बनाने के लिए

play05:37

नियुक्त तब कैसे यूज करें यह समझते हैं तो

play05:41

संघ

play05:42

को

play05:49

सब्सक्राइब करें और इस तरीके से

play05:55

अलग लुक के लिए यह जो है वह

play06:02

सब्सक्राइब

play06:05

सब्सक्राइब

play06:07

करें

play06:10

कि

play06:15

आप

play06:17

यहां पर डाल सकते हो यहां अपने पूरे स्किन

play06:22

डाल सकते हो कि फिर हमारा टाइमिंग टेक्स्ट

play06:25

डाइनर दश लैटर टू शिफ्ट

play06:32

[संगीत]

play06:34

सब्सक्राइब डिफरेंस यहां पर

play06:37

यहां पर इट्स ओके फिर मीडिया में इतने

play06:48

सब्सक्राइब

play06:52

टमाटर के जैसे यह आपने लिखा ना तो यह

play06:58

सब्सक्राइब

play07:02

भी नंबर टाल सकते हो टाल

play07:10

सकते हैं

play07:12

तो 60

play07:17

सब्सक्राइब कर सकते हो अब

play07:21

ढहे बिल्कुल रेंजर फिर आता है इन तरफ

play07:26

वैल्यू ऐडेड

play07:29

602

play07:31

सकते हैं जैसे कि जब भी कोई

play07:37

सकता है

play07:40

और यह तो हम यहां पर सेट किए और कुछ नहीं

play07:46

है मतलब नीचे से

play07:49

लेकिन से काम करता है बस दोनों में फ़र्क

play07:59

सब्सक्राइब ठीक है तो यह चार चीजें जो

play08:03

आपने सिर्फ कि उसके कुछ नहीं कर सकता कहने

play08:08

का मतलब अब

play08:15

स्क्रीन

play08:18

को यूज हो सकता है टेबल में यूज आए विनत

play08:22

और यह सकते कि लाइफटाइम आपको इन सबको यूज

play08:25

करना भी ना पड़े इनमें से कुछ यूज करने

play08:27

पड़े बट इन नॉलेज आपको होने जरूरी है ठीक

play08:31

है तो यह रिस्ट्रिक्टेड

play08:38

1.6 रेंज

play08:42

सब्सक्राइब करें तो - 110

play08:54

अधेड़ सकता

play08:57

है -

play09:02

सब्सक्राइब

play09:04

बटन पर क्लिक

play09:07

करके

play09:11

सब्सक्राइब सकते हैं और इसमें

play09:18

और साइड है

play09:21

है तो जो अनसाइंड है अन साइड का मतलब है

play09:24

कि कोई भी साइड में होनी चाहिए प्लस माइनस

play09:26

तो अनफ्रेंड वाले हमेशा जीरो से शुरू होता

play09:28

है और इसका डबल कर लें जो मतलब फोर एंड

play09:31

समथिंग समथिंग वह अनसाइंड वैल्यू तक

play09:33

जाएंगे और साइड में क्या होता है कि - और

play09:36

प्लस दोनों वह आधा डिवाइड हो जाता है मतलब

play09:38

यह समथिंग चार इसका जस्ट फॉलो करेंगे तो

play09:42

मैं इसको अगर 123 45678910

play09:47

पिछलग्गू तो इसका आधा अनसाइंड है आधा

play09:51

पॉजिटिव नेगेटिव और जो अनसाइंड है इसका

play09:54

आधा साइड है और अनसाइंड का मतलब है कि

play09:57

जीरो से लगाकर सारे पॉजिटिव तो यह ओनली

play10:00

पॉजिटिव उनको आप ऐसे समझ सकते हो 19

play10:02

पॉजिटिव और यह बोथ पॉजिटिव एंड नेगेटिव

play10:06

ठीक है तो साइड से रखेंगे हम लोग बहुत ही

play10:09

पॉजिटिव

play10:10

चाहिए

play10:12

ठीक है और फिर

play10:19

सब्सक्राइब टो मैं कमरे चाहिए आपको

play10:22

इंटीरियर कि मीडिया मिनट लिख सकते हो

play10:24

थोड़ी सी बड़ी रेंज के लिए उसे सबसे छोटा

play10:27

यह एंटी अ फिर सबसे छोटा अगर इसको आर्डर

play10:31

वॉइस मेल सेंड करूं तो यह सबसे छोटा ठीक

play10:34

है दयनीय स्मॉल एंड मीडियम और फिर यह तो

play10:38

सबसे बड़ा इंतजार इस तरह के साथ और फिर

play10:40

सबसे बड़ा बिग टेंट जिसमें लिखा हुआ है तो

play10:43

यह एंट्रीज ऐसी सारी एंट्रीज आप लोगों ने

play10:46

भी होंगे बचपन में बड़े होंगे इंटरेस्ट

play10:48

मतलब - इन्फिनिटिव इन्फिनिटिव इन्फिनिटिव

play10:52

इन्फिनिटिव

play10:56

सब्सक्राइब

play10:58

तो अब इसमें कई सारे अलग-अलग टाइप्स आफ

play11:02

देख सकते हैं

play11:04

और इस तरीके से काम करता है और यह जो आपने

play11:09

उसको

play11:10

तो अगर आप किसी चीज को पाना चाहते तो और

play11:16

सब्सक्राइब

play11:18

के नंबर में तरफ फिटिंग नंबर्स मैं आपके

play11:22

पास पॉइंट्स में फैल जाती है ठीक है जैसे

play11:24

यह तो विंटर्स अगर आपको पॉइंट्स चाहिए

play11:27

नंबर से अपॉइंटमेंट लेकर आता है इतनी

play11:33

वैल्यू जगह ले सकता हूं कि

play11:38

आप सेलेक्ट करना चाहते हो जिसे मैक्सिमम

play11:42

साइज हो सकती है तो जैसे अगर आप में यह

play11:46

इसका मतलब

play11:48

सब्सक्राइब

play11:51

12345

play11:53

680

play11:56

सब्सक्राइब

play11:59

सकता है

play12:02

अच्छा ठीक है तो यह होता डेसिमल का

play12:05

एकमात्र तरीका मतलब ओके तो इस तरीके से

play12:08

आपने क्या बोला है कि हम लोगों को डेसिमल

play12:11

वैल्यूज टो करवानी है लेकिन हम लोग खुद

play12:13

डिसाइड करें जैसे 512 रखा ठीक है फाइव कमर

play12:17

पूरा का मतलब कि पांच पेश होगी उसमें से

play12:20

दो डेसिमल के लोग तो 90 वैल्यूज आफ बनवा

play12:24

सकते हो ओके तो एक बार इसका स्क्रीनशॉट ले

play12:27

सकते हैं यह नंबर टाइप के लिए ओके देना

play12:31

हमारा

play12:32

डेढ-डेढ में

play12:34

अगर आपको तो आप यहां से लेकर यहां तक कि

play12:38

कर सकते हैं ठीक है

play12:43

मतलब

play12:45

टाइम

play12:47

टाइम टाइम टाइम पर तो सिर्फ मतलब स्कूल और

play12:54

इस निशान को

play12:57

फिर से वही टाइम टाइम टाइम

play13:01

और फिर यह है मतलब फोर डिजिट फॉर्मेट में

play13:04

आपका हेयर आप इसमें डाल सकते हैं यह भी

play13:06

2022 चल रहा है तो 2012 यह हम डाल सकता है

play13:10

यह अब हम लोग आगे पूरी सीरीज में

play13:12

प्रैक्टिकली इंप्लीमेंट करेंगे 1 टेबल

play13:14

बनायेंगे तब हम ट्राई करें कि चीन में लोग

play13:17

यूज कर सकते हैं ताकि आपको समझ में हम लोग

play13:20

करने वाले

play13:22

यूजर्स और यूज करने से पहले मैं यह डिसाइड

play13:27

करें मुझे में रखना है तो हमें यह लोग

play13:31

करते हैं तो इसको हम लोग को

play13:36

कि पेपर स्कीम हमने क्या डिसाइड किया में

play13:38

यूज की टेबल बनानी है ठीक है तो यह सीआईडी

play13:42

सकती है इनवर्टर का नाम का यह का ईमेल का

play13:45

यदि यह का कांटेक्ट नंबर रखेंगे हम लोग और

play13:49

यह का पासवर्ड भी यहीं पर स्टॉप कर देंगे

play13:52

इसे यहां पर स्टार्ट करेंगे और

play13:59

सब्सक्राइब

play14:01

कीजिए और

play14:07

सब्सक्राइब करें

play14:15

सब्सक्राइब करें कि आपको बोलता है कि

play14:19

करेंटली

play14:21

Video by मतलब कि आप

play14:28

सब्सक्राइब कर सकते हैं आप लोग नहीं कर

play14:32

सकते हैं ठीक है तो यह थे

play14:36

सीरियल बनाने के लिए हम यहां पर आ जाता है

play14:39

और यहां नौकरी एयरटेल का कमान चलाएंगे तो

play14:42

क्रिएट टेबल ठीक है यह क्रिएट टेबल चैप्टर

play14:45

मिली है

play14:48

टो क्रिएट टेबल और टेबल का नाम क्या रखना

play14:50

मुझे यूजर्स और फिर मैं यहां पर यह पौन

play14:54

इंच का या ID एंटर यह इंटरेस्ट नाम लोगों

play14:59

को और क्योंकि जो id

play15:05

कि पॉजिटिव

play15:11

नियुक्त

play15:13

में किसी का

play15:16

नहीं हो सकता है कि

play15:22

यह

play15:24

लोग तो हम लोग को

play15:30

सब्सक्राइब

play15:32

नहीं हो सकता

play15:34

पासवर्ड

play15:40

सब्सक्राइब

play15:42

करें

play15:44

तो

play15:46

कैरेक्टर ढीला

play15:48

कि मैं ठीक है क्योंकि पासवर्ड सर्कुलर

play15:50

डेट ऑफ बिर्थ में ऐसे स्टोर नहीं तो उनकी

play15:52

मैंने इनकोडिंग करवानी पड़ती है जब हम

play15:54

लोगों को बनाना है तो एक हमने डिसाइड किया

play15:56

था कि कांटेक्ट रखना हमने दिया कांटेक्ट

play15:59

कांटेक्ट में

play16:01

काफी लोगों को लगता कि ले

play16:05

सकते हैं

play16:07

प्लस प्लस थ्री 500

play16:14

लगानी होगी तब तक के लिए

play16:21

अब हम लोग

play16:25

पासवर्ड

play16:28

टेक्स्ट

play16:30

मैसेज

play16:34

करो मैं आपको बता दूं कि

play16:39

आपको बताने की जरूरत नहीं है

play16:41

और फिर हम लोग नेक्स्ट में लोगों को ढक

play16:46

लेता

play16:48

पास इसको बना देता है डेट ठीक है और फिर

play16:50

हम लोग जेंडर लेना चाहते हैं तो जेंडर इन

play16:53

थम

play16:55

हैं और इनमें हम लोग यहां पास कर देंगे हम

play16:57

हो सकता है

play16:59

ठीक है f4 सकता है

play17:03

है और वह सकता है इनके अलावा कोई कुछ भी

play17:05

डालें एक्सेप्ट नहीं है ठीक है और यह कम

play17:08

लगाना रहेगी इसलिए वह जरा दिखाना पीछे

play17:10

जेंडर के बाद और हमें क्या चाहिए तो

play17:13

स्टेटस चाहिए स्टेटस मैं लेता बुलियन ठीक

play17:16

है और बुलियन में वन रेंज लेता है कि यह

play17:20

सिर्फ लिए रख देते हैं

play17:22

तो यह एक पूरा पूरा

play17:25

क्रिएट यूजर

play17:28

नेम

play17:31

रघबीर डेट ऑफ बर्थ जेंडर और

play17:38

यहां पर सब्सक्राइब करें

play17:42

और

play17:44

अगर किसी पर आती है तो यहां पर

play17:52

आपको ध्यान रखना है कि यह तो यहां से

play17:55

आप मेरे चैनल को

play17:59

सबस्क्राइब कर सकते हैं ठीक है

play18:03

कि अब यहां पर फिर इस आपको रिवर्स करना है

play18:05

और यह यूज्ड एस बल देखें ओके और यहां पर

play18:09

यह यूजर चैरिटेबल 20 लाख लिए इसमें कुछ

play18:12

नहीं है जब हम लोग इंसर्ट क्वेरी सीखेंगे

play18:15

तो यह केवल में डाइनर सेट करेंगे अभी

play18:17

फिलहाल यह टेबल बिल्कुल खाली अब इसके अंदर

play18:19

फिलहाल कुछ भी नहीं है ठीक है तो नेक्स्ट

play18:22

जो हमारी वीडियो घी उस वीडियो मतलब समझें

play18:24

कि इंसर्ट क्वेरी कैसे काम करती है और

play18:26

इनसैट-3 की मदद से इसमें डाटा कैसे इंसल्ट

play18:29

करवा जा सकता है तो गाइस आज की वीडियो में

play18:30

हम लोग नहीं कर सका आज की वीडियो में हमने

play18:32

सबसे पहले ठीक है कि टेबल्स क्या होती है

play18:34

डाटा 13 मेजर कार्स कौन सी है और सिमडेगा

play18:39

कौन-कौन सी है तो फिर नंबर डेट निकल जाने

play18:42

कौन सी है और डेड कौन-कौन सी

play18:46

वीडियो अगर आपको वीडियो पसंद आई है तो

play18:48

अपने फ्रेंड्स के साथ शेयर करें चैनल

play18:50

subscribe नहीं किया तो चैनल को subscribe

play18:58

[प्रशंसा]

play19:00

हुआ है

play19:06

कर दो

play19:10

कर दो

play19:16

कर दो

Rate This

5.0 / 5 (0 votes)

関連タグ
Database ManagementTable CreationData StorageRelational DataData StructureContent ThemeTechnical TutorialData IntegrityDigital StorageInformation ManagementEducational Content
英語で要約が必要ですか?