Database !!!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Atran
    Contributor
    • May 2007
    • 319

    Database !!!

    Hello, everybody:
    I programming on vb.net and C#.net, I see in this site many posts about Database used in .net.
    Can anyone explain to me what is Database? or What we can do with databases?
    Thanks.
  • nateraaaa
    Recognized Expert Contributor
    • May 2007
    • 664

    #2
    Is this a serious question? I don't know how you can be a programmer and not know what a database is. Try doing a search for SQL Server 2000. This may give you an idea.

    Comment

    • Plater
      Recognized Expert Expert
      • Apr 2007
      • 7872

      #3
      Please read this guid on databases:

      Comment

      • Atran
        Contributor
        • May 2007
        • 319

        #4
        Thanks anyway......... .........

        Comment

        • MMcCarthy
          Recognized Expert MVP
          • Aug 2006
          • 14387

          #5
          Atran

          In its simplest terms a database is a way of storing and retrieving data.

          The computer program used to manage and query a database is known as a database management system (DBMS).

          The data is structured in tables of records which are related to each other in a structure that makes retrieving the required data easier.

          To get an idea of how this structure works have a look at this tutorial.

          Database Normalisation and Table Structures

          Mary

          Comment

          • blackjack2150
            New Member
            • Feb 2007
            • 79

            #6
            Originally posted by Atran
            Hello, everybody:
            I programming on vb.net and C#.net, I see in this site many posts about Database used in .net.
            Can anyone explain to me what is Database? or What we can do with databases?
            Thanks.
            Last edited by SammyB; Jun 9 '07, 11:30 AM. Reason: added URL tags

            Comment

            Working...