Analytics Tuts

Analytics Tuts

Analytics and Data Visualization Tutorials

  • Linkedin
  • Twitter
  • Pinterest
  • GitHub
  • Home
  • R
  • Tableau
  • Excel
  • SQL
  • Alteryx
  • Python
  • Power BI
  • Automation
    • Airtable
    • Power Automate
  • Hire Me

Tag: Query

SQL: Update Statement

March 3, 2016 Niket Kedia Leave a comment

Today we’ll be learning about one of the most important statement in SQL that is ‘Update’ statement. As the name says Update statement is used to update the records in the existing table.

Below the table called new_table in database.

Read more

  • SQL

SQL Tips and Tricks

February 17, 2016 Niket Kedia Leave a comment

Today we’ll be learning some SQL tips and tricks that could save a lot of time.I’ll be using MYSQL workbench 6.3 for the tutorial. As you know SQL is not case sensitive so query can be written in either of the case.

Below is the table in the database named “new_table”

Read more

  • SQL

Excel Functions in SQL

February 8, 2016 Niket Kedia Leave a comment

Today we’ll be learning about SQL functions. We have functions in SQL similar to Excel.

The following Table ‘cricket’ we have.

Read more

  • SQL

SQL: Select Statement

January 30, 2016 Niket Kedia Leave a comment

Today we’ll be learning about the SELECT statement in SQL.

Query the entire table

Using the ‘Select *‘ statement in the query will return the entire table (all the columns and all the rows). Read more

  • SQL

SQL Basics: Start with SQL

January 26, 2016 Niket Kedia Leave a comment

In this tutorial we’ll be starting with SQL and learning basics. I’ll be using MYSQL workbench 6.3 for the tutorial.

SQL is NOT case sensitive: select is the same as SELECT. We can write our queries in either upper case or lower case or in both of them.

Read more

  • SQL

Find me on Codementor

Codementor badge
Get Data Scientist Handbook Copy
Copyright © 2015-2024 | Analytics Tuts Theme: Dynamic News