Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: How to apply SQL?  (Read 3540 times)

0 Members and 1 Guest are viewing this topic.

Peccavi

    Topic Starter


    Adviser

  • Hope Helps!
  • Thanked: 6
    How to apply SQL?
    « on: October 02, 2005, 08:16:56 AM »
    Hi all,
    I am learning SQL and look for an application area to apply my queries. I know they can  be used in SQL Server or else but I nedd more simple and easy way to see what I have learned and do they work?
    Something  to create tables and then use queries.
    Thanks.
    Computer Hope: Rise of the Machines!

    bdb04

    • Guest
    Re: How to apply SQL?
    « Reply #1 on: October 06, 2005, 04:29:53 PM »
    MS Access would seem a good choice for practicing with SQL.  SQL Server uses T-SQL, and if that is what you are learning, it won't help alot.  I am just beginning to learn T-SQL myself and the differences from SQL used in Access and VBA is significant.

    Ben

    Peccavi

      Topic Starter


      Adviser

    • Hope Helps!
    • Thanked: 6
      Re: How to apply SQL?
      « Reply #2 on: October 07, 2005, 01:23:11 AM »
      Thanks.
      So you say I may find professional environment In access to practice SQL.
      Is there a big difference Between Trans.SQL and SQL?
      Because I know SQL serv 2000 a little and think to go further. May be it's better to go along with Tr-SQL?
      Computer Hope: Rise of the Machines!

      bdb04

      • Guest
      Re: How to apply SQL?
      « Reply #3 on: October 07, 2005, 01:54:52 PM »
      If you already know T-SQL, using more standard SQL should be a breeze.  I get confused with T- more because of all of the @ signs and varchar's etc.  More standard SQL such as you would use in Access (SELECT * FROM tblMain) seems alot cleaner to me.

      If you have MS Access, you can use the standard Northwind database and build queries in the SQL view of the QBE using straight SQL.  I can't think of a better way to practice.  Also, it is just test data so you really can't mess anything up.

      Good Luck!

      Peccavi

        Topic Starter


        Adviser

      • Hope Helps!
      • Thanked: 6
        Re: How to apply SQL?
        « Reply #4 on: October 09, 2005, 04:54:41 AM »
        Thanks a lot.
        I ll use MS Access ;D
        Computer Hope: Rise of the Machines!