SQL Functions


Not CompletedIntroduction to SQL Functions

This section of the course will teach you how to work with SQL functions,. This is a critical skill when it comes to leveraging SQL in order to generate reports and to output non trivial data result sets.

Not CompletedHow to Change the Data Type of a Column from String to Decimal for Financial Data in SQL

Before learning about functions we need to change the data type of one of our columns, this will allow us to efficiently and accurately work with financial data.

Not CompletedHow to Use the: MIN, MAX, SUM, AVG, and COUNT Functions in SQL

In this guide we'll examine how to leverage some of the more common SQL functions available for summarizing queries, such as: MIN, MAX, SUM, AVG, and COUNT.

Not CompletedHow to Generate Summary Reports in SQL with GROUP BY and Aggregate Functions

One of the most common tasks that SQL developers are asked to do is build summary reports from a data set. In this guide we'll examine how to combine the GROUP BY and various aggregate functions to generate summary reports.

Not CompletedSyntax for Adding Comments to a SQL Script

This guide explains the two syntax options you have for adding comments to a SQL script. Additionally, we'll examine some of the issues that can arise when comments are not properly updated.

Not CompletedHow to Turn Safe Mode Off in MySQL

In this guide we'll walk through how to turn safe mode off in MySQL. Additionally, we'll discuss the few times when turning safe mode off is necessary.

Not CompletedHow to Add a New Column in SQL and Fill It with Randomized Sample Data

This guide walks through how to add a new column in MySQL Workbench, and then how to populate the new column with randomized data by leveraging the SQL RAND() function.

Not CompletedHow to Implement Calculated Fields in SQL

This guide provides a step by step walk through for how to build a SQL query with calculated fields. This will allow you to perform mathematical calculations on data in the database at query time to build summary reports.

Not CompletedAdding Custom Row and Cell Names in SQL

This guide explains how to integrate custom row and cell names in a SQL query to explicitly label data.

Quizzes


SQL Functions
    SQL Functions
      Unsupported Browser

      devCamp does not support ancient browsers.
      Install a modern version for best experience.