सीधे मुख्य सामग्री पर जाएं

संदेश

अप्रैल, 2021 की पोस्ट दिखाई जा रही हैं

Featured Post

scan line polygon fill algorithm in computer graphics

data security and integrity : dbms in hindi

 आज हम  computers  in hindi  मे  data security in hindi and integrity  -   DBMS in hindi   के बारे में जानकारी देगे क्या होती है तो चलिए शुरु करते हैं- data security (in hindi) and integrity:- इस डाटाबेस Designers के goals में से एक यह सुनिश्चित करना होता है कि डाटा एकदम perfect रहें । व्यवसाय के rules को लागू करने की vision से Integrity Constants आवश्यक है और Integrity Constants यह sure करते हैं कि यूजर द्वारा  डाटाबेस  में किए फेरबदल से  डाटा  की Uniformity को कोई नुकसान नहीं पहुंचे । इस प्रकार ये Constants  डाटाबेस  को Accidentally पहुँचने वाले किसी नुकसान के खिलाफ इसकी रक्षा भी करते हैं । डाटाबेस मैनेजमेंट सिस्टम टेबल के साथ Integrity Constants को भी Stored करता है और Integrity Constants को Stored करने के फायदे और उपयोग यह है कि data entry का विधि कोई भी क्यों न हो  डाटाबेस मैनेजमेंट सिस्टम  Constants को टेबल पर  perfrom किए गए प्रत्येक operation पर लागू करता रहता है और Constants को define करने के लिए किसी प्रोग्रामिंग की आवश्यकता नहीं है । Constants को एक Location पर store करके

SQL commands in hindi

 आज हम  computers  in hindi  मे  SQL commands in hindi -   DBMS in hindi   के बारे में जानकारी देगे क्या होती है तो चलिए शुरु करते हैं- SQL commands in hindi:-  (1) create table commands  (SQL in hindi ) :-  इसमे हम CREATE TABLE commands का use कर टेबल create कर सकते हैं । SQL create table syntax :- CREATE TABLE < TableName > ( FieldName  Data Type  ( width ) ,  FieldName2 Data Type  ( width )  .............................................. .............................................. FieldName3  Data Type  ( width ) ) ;  इसमे यहाँ , Data Type ( width ] = Definition है ।  1. Words CREATE TABLE  2. Table name 3. Early parenthesis 4. Column definition  5. Closure parenthesis 6. SQL Terminator अब हम टीचर का टेबल निर्मित करना चाहते हैं , जिसमें  कॉलम व फील्ड ( eIDNo . , ename , eadd ) होंगे ।  Tables:- SQL > CREATE TABLE teacher ( eID number ( 5 )  ename char ( 20 )  eadd char ( 25 )  specialization char ( 15 ) ;  यह commands देने के बाद massages इस प्रकार मिलता है -  Table Cr

Set operations - SQL in hindi

 आज हम  computers  in hindi  मे  Set operations - SQL in hindi -   DBMS in hindi   के बारे में जानकारी देगे क्या होती है तो चलिए शुरु करते हैं- Set operations :- Types of set operations:- Set operations तीन प्रकार के होते हैं:- (1) Union operation (2) Intersect operation (3) Minus operation (1) Union operation:- इस Union operation अपने आप Duplicates को खत्म कर देता है और Union clause का उपयोग करके एक से अधिक Queries एक साथ रखी जा सकती है और उनका output मिलाया जा सकता है । इस Union clause दो या अधिक Queries के output का rows व  columns के Single set में Fusion कर देता है ।  उदाहरण : उन सारे अध्यापकों के नाम Retrieve करें , जो " VB " पढ़ाती है और उन विद्यार्थियों के नाम बताएँ । जिन्होंने " VB " कोर्स के लिए ज्वाईन किया है ।  Querie : Select TID " ID " , TName " Name " from Teacher where subject = " VB " UNION Select SID " VB " , SName " Name " from Student where Course = " VB " , I'd     NAME 103  sandeep

syntax of sql commands - sql in dbms in hindi

 आज हम  computers  in hindi  मे  syntax of sql commands sql in -   DBMS in hindi   के बारे में जानकारी देगे क्या होती है तो चलिए शुरु करते हैं- syntax of sql commands - sql in dbms in hindi:- इसमे SQL पूर्व Defined commands का set उपलब्ध करता है , जो हमें Relational database पर काम करने में मदद करता है और SQL commands में उपयोग किए जाने वाली Glossary से Familiar होना चाहिए । इसमे Keywords वे keywords होते हैं , जिनका SQL में अर्थ होता है । SQL keywords बड़े अक्षरों में छापे गए हैं और command या  statement  Instructions होते हैं , जो आप SQL डाटाबेस को देते हैं । command एक या अधिक लॉजिकल आधार पर Specific parts के बने होते हैं , जिन्हें clauses कहते हैं और Clauses की शुरूआत उस keywords  से होता है। इसमे ये keywords और Argument की बनी होती हैं ।  क्लाजेस के उदाहरण " FROM sales " और " WHERE value = 1500.00 " हैं । Oints किसी क्लॉज के अर्थ को पूरा करते हैं ।  उपरोक्त उदाहरण में ' sales ' Argument है और FROM , FROM clause का keyword है और इसी प्रकार '

classification of sql commands - SQL in hindi

 आज हम  computers  in hindi  मे classification of sql commands  -   DBMS in hindi   के बारे में जानकारी देगे क्या होती है तो चलिए शुरु करते हैं- classification of sql commands:- इसमे technology रूप से  बताये तो SQL एक डाटा Sub language है । अर्थात् यह ऐसी language हैं , जिसका उपयोग डाटाबेस से Interact करने के लिए होता है और दूसरे शब्दों में सारे SQL  statement सिर्फ डाटाबेस के लिए Instructions हैं और यहीं पर यह ' C ' या ' C ++ ' , C + या ' BASIC ' आदि जैसी General Purpose Programming Language से Inside होती है । SQL कई Different objectives के कई प्रकार की commands देती है ।  SQL कमांड्स को  कई Types में विभाजित किया जा सकता है - 1. डाटा डेफिनेशन लेंग्वेज ( DDL ) कमांड्स । 2. डाटा मेनिप्यूलेशन लेंग्वेज ( DML ) कमांड्स ।  3. ट्रांजेक्शन कंट्रोल लेंग्वेज ( TCL ) कमांड्स ।  4. सेशन कंट्रोल कमांड्स ।  5. सिस्टम कंट्रोल कमांड्स ।  1. DDL commands( data definition language in hindi):-  जैसा कि नाम से स्पष्ट है , यह हमें डाटा Definition से releted  काम करने की ability

SQL operators in hindi

 आज हम  computers  in hindi  मे sql operators  -   DBMS in hindi   के बारे में जानकारी देगे क्या होती है तो चलिए शुरु करते हैं- sql operators in hindi:- इसमे operators और conditions का उपयोग किसी SQL स्टेटमेंट में जोड़ , घटाव या तुलना जैसे operators डाटा items पर परफॉर्म करने में किया जाता है और operators को Single characters से दर्शाया जाता है । conditions कई operators का  expression होता है अथवा वह expression  होता है , जो  true, Falls या unknown को Evaluate होता है ।  Types of SQL operators :-   1. Binary 2. Unary   Unary operator  सिर्फ एक  Operand   पर  Operate  होता है ।  उदाहरण के लिए , यह display हेतु कि 10 एक  negative number  है और हम Unary operator ' - ' का उपयोग करते हैं और -10 लिखते हैं ।  Binary operator  दो Operand पर Operate होता है । इसके उदाहरण गुणन , जोड़ आदि हैं और operators और conditions किसी भी कम्प्यूटर लेंग्वेज के आवश्यक फीचर है । वे हमको हमारी एप्लीकेशन आवश्यकताओं के अनुसार अर्थमेटिक , डाटा तुलना और अन्य  Data manipulation performance  करने की सुविधा द

SQL data types in hindi - SQL in hindi

 आज हम  computers  in hindi  मे  sql data types in hindi-   DBMS in hindi   के बारे में जानकारी देगे क्या होती है तो चलिए शुरु करते हैं- SQL data types in hindi:- इसमे डाटाटाईप का उपयोग डाटा के उस प्रकार की define करने के लिए किया जाता है , जिसे किसी फील्ड विशेष मे  Storge  कि या जाता है ।  sql data types in hindi:- 1 . Char ( Size ) :- इस डाटाटाईप का उपयोग तय लंबाई की  Character string  को संग्रहित करने में किया जाता है और साईज करेक्टरों की संख्या निर्धारित करने , जिन्हें हम फील्ड के लिए स्टोर करना चाहते है। अधिकतम संभव फील्ड साईज 255 केरेक्टर का होता है । 2 . Varchar (Size) or Varchar2 (Size) :- इस डाटा टाईप का उपयोग  Alphanumeric data  को स्टोर करने के लिए किया जाता है और इसके लिए जिस अधिकतम साईज की अनुमति दी जा सकती है , वह 2000 केरेक्टर होता है । 3. Number ( P , S ) :- इस डाटाटाईप का उपयोग अंकों फिक्स या Floating point को स्टोर करने में किया जाता है और डिसीजन ( P ) डाटा की अधिकतम लम्बाई को तय करता है । जबकि स्कैल ( S ) दशमलव के दांयी ओर स्थान की संख्या तय करता है और यदि स्केल नह

sql क्या है? : what is sql in hindi

 आज हम  computers  in hindi  मे what is sql in hindi और sql ka pura naam kya hai  -   DBMS in hindi   के बारे में जानकारी देगे क्या होती है तो चलिए शुरु करते हैं- what is sql in hindi (sql क्या है?):- Introduction of sql in hindi:- इस Oracle Database के अन्दर डाटा एक्सेस करने के लिए सभी programs और user को स्ट्रक्चर्ड क्वेरी लेंग्वेज SQL का प्रयोग करना होता है । SQL कमांड्स का ऐसा set है , जिसे लगभग सभी रिलेशनल डाटाबेस मैनेजमेंट सिस्टम (RDBMS) द्वारा Recognize किया जाता है। इस SQL का पहला Commercial रूप से उपलबध पहला Implementation 1979 में रिलेशनल सॉफ्टवेयर Incorporation ने जारी किया था और जिसे आज ऑरेल कॉर्पोरेशन के रूप में जाना जाता है । इस तरह  Oracle  ही शुरूआती रिलेशनल डाटाबेस मैनेजमेंट सिस्टम (RDBMS) है , जिसने SQL का उपयोग शुरू किया । इस SQL का उपयोग ज्यादातर रिलेशनल डाटाबेस मैनेजमेंट सिस्टम (RDBMS) के लिए एक standard बन गया है । हालांकि Application program और ऑरेकल टूल users को सीधे SQL का उपयोग किए बिना डाटाबेस एक्सेस करने की अनुमति देते हैं और इन application को users की R

Relational model concepts in dbms in hindi - DBMS in hindi

 आज हम  computers  in hindi  मे  relational model concepts in dbms in hindi -   DBMS in hindi   के बारे में जानकारी देगे क्या होती है तो चलिए शुरु करते हैं- relational model concepts in dbms in hindi:- Relation model   डाटाबेस  को  Relations  के group के रूप में presented करता है । जब एक  Relations  को value की table के जैसे समझा जाता है तो table में प्रत्येक row related डाटा वैल्यूज के Collection को presented करती है । Relation model में Schedule में every row एक fact को present करती है जो कि एक Real world entity या relationship के समान होती है । Formal Relation model Glossary में एक row , Tuple कहलाती है , एक  Column header attribute  कहलाता है और टेबल को  Relations  कहा जाता है । डाटा टाइप जो value के types को बताते हैं जो प्रत्येक कॉलम में दिखते हैं ,  डोमेन  कहलाते हैं । एक Relation डाटाबेस के Universe को से display किया जाता है , एक Non Empty Finite Set Of Elements A1 , A2 , A3 , ....... An को  Attribute Name or Simply Attribute  कहते हैं।  U = { A1, A2, A3 , ... An } ( Database