SQL, where to start.....

Discussion in 'SQL Exams' started by paulwatson5, May 30, 2016.

  1. paulwatson5

    paulwatson5 Byte Poster

    122
    0
    38
    Hi guys, looking for a bit of SQL related advice please.
    I'm looking to learn SQL code but dont know where to start. By SQL i mean the actual language and then move on to SQL server after that.

    I assume SQL is the lauguage and SQL server is where you run queries in etc?
    Also, what program would i need to write SQL, like create my own SQL database and run queries from my datebase.

    Thanks
     
    Certifications: CompTIA A+ (220-701 & 220-702)
    WIP: CompTIA Network +
  2. BB88

    BB88 Kilobyte Poster Gold Member

    383
    13
    76
    Try https://www.codecademy.com/learn/learn-sql
     
    Certifications: CompTIA A+, CompTIA Network+, MCSA: Office 365,, 70-410, 70-680
    WIP: CompTIA: Security+
  3. dmarsh
    Honorary Member 500 Likes Award

    dmarsh Petabyte Poster

    4,305
    503
    259
    You can download, MySQL, postgres, MSSQL Express, Firebird, MariaDB, Derby, HSQL.

    You can write DDL or DML SQL in a text editor like notepad. You can create a database with DDL and write queries with DML.

    Its probably easiest to use MSSQL Express and the management studio that Microsoft provide.
     

Share This Page

Loading...
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.