NEW to SQL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • OldSchool
    New Member
    • Nov 2006
    • 27

    NEW to SQL

    hi everyone


    right now im searching SQL. iwant to study about it. but IM a PLC programmer i dont have background in Database can you help me.
    i have a question.

    Where can i gprogram SQL what are the software?
    Creating database in Access is SQL?
  • willakawill
    Top Contributor
    • Oct 2006
    • 1646

    #2
    Originally posted by OldSchool
    hi everyone


    right now im searching SQL. iwant to study about it. but IM a PLC programmer i dont have background in Database can you help me.
    i have a question.

    Where can i gprogram SQL what are the software?
    Creating database in Access is SQL?
    Hi. A couple of things.
    SQL is a high level database programming language. It will work with several relational database management systems (RDBMS) such as Microsoft SQL Server, Oracle and Access.

    Comment

    • OldSchool
      New Member
      • Nov 2006
      • 27

      #3
      Originally posted by willakawill
      Hi. A couple of things.
      SQL is a high level database programming language. It will work with several relational database management systems (RDBMS) such as Microsoft SQL Server, Oracle and Access.

      Thanks!

      it is just a support not a real stand Alone Program?

      Comment

      • willakawill
        Top Contributor
        • Oct 2006
        • 1646

        #4
        Originally posted by OldSchool
        Thanks!

        it is just a support not a real stand Alone Program?
        Correct. Access is a stand alone programme. SQL is a language that can be used to define and manipulate data in Access.

        Comment

        • OldSchool
          New Member
          • Nov 2006
          • 27

          #5
          Originally posted by willakawill
          Correct. Access is a stand alone programme. SQL is a language that can be used to define and manipulate data in Access.
          thanks!
          for example;
          i have a table created in MS ACCESS;

          Can you site a sample code using ACCESS and SQL?

          thanks

          Comment

          Working...