What is Data Dictionary??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Vini171285
    New Member
    • Apr 2008
    • 60

    #1

    What is Data Dictionary??

    Hi all ,

    Can some1 tell me what is Data Dictionary?? what is it's use and the actual problem is...

    HOW & WHERE TO CREATE DATA DICTIONARY??

    Thanx in Advance !!
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Is this regarding database ?

    Comment

    • Vini171285
      New Member
      • Apr 2008
      • 60

      #3
      Hi Debasisdas,

      I wanted to create data dictionary for database

      for what all other concepts do we create data dictionary...
      please explain...


      thanx!

      Comment

      • Stang02GT
        Recognized Expert Top Contributor
        • Jun 2007
        • 1206

        #4
        Originally posted by Vini171285
        Hi Debasisdas,

        I wanted to create data dictionary for database

        for what all other concepts do we create data dictionary...
        please explain...


        thanx!
        Here are a couple links that you can look at that will do you more justice then me trying to explain it

        LINK

        Comment

        • Vini171285
          New Member
          • Apr 2008
          • 60

          #5
          Hi,

          We wanted to knw about Data Dictionary in Short & in Simple language...
          which v couldn't get frm any websites..

          So if some1 could explain us!!

          Thanx !

          Comment

          • questionit
            Contributor
            • Feb 2007
            • 553

            #6
            Originally posted by Vini171285
            Hi,

            We wanted to knw about Data Dictionary in Short & in Simple language...
            which v couldn't get frm any websites..

            So if some1 could explain us!!

            Thanx !
            Hi

            In simple words, data dictionary is information about a particular data. It could be any information such as type, size, date created and other details.

            Qi

            Comment

            • mshmyob
              Recognized Expert Contributor
              • Jan 2008
              • 903

              #7
              A data dictionary is just a textual representation of your database structure (tables) and its field meta data.

              Something like this


              Table Name | Attribute Name | Contents | Type | Format | Range | Required | PK/FK | FK Referenced table

              Fill in the info below the columns for all your tables and fields.

              cheers,

              Comment

              • Vini171285
                New Member
                • Apr 2008
                • 60

                #8
                Thank You Very Much for providing a clear explanation of data dictionary

                Comment

                • onWeb
                  New Member
                  • Jul 2013
                  • 1

                  #9
                  you can find a good explanation with working example here http://csharpalley.com/create-sql-se...ed-properties/

                  Comment

                  Working...