Templates

Boost your programming skills with free Python, SQL, R, and Excel templates and create top-notch projects for your portfolio.

Save hours of browsing through the Internet and accelerate your workflow with code-ready templates for your programming projects. Personally crafted by 365 Data Science instructors, these templates bring a surprising efficiency level to your work process.

Ocean blue cover of DELETE Statement in SQL. This template resources is from 365 Data Science.
Templates SQL

DELETE Statement in SQL

The DELETE Statement in SQL template shows you how to delete information from the table's columns. Download and unzip the .zip file in a new folder. Inside the folder you will find a .sql file. Load it into MySQL Workbench. Some other related topics you might be interested are Creating a Database, ORDER BY Clause, SELECT Statement, and INSERT Statement. You can now download the SQL template for free. DELETE Statement in SQL is among the topics covered in detail in the 365 Data Science program.

Learn More
Ocean blue cover of INSERT Statement in SQL. This template resources is from 365 Data Science.
Templates SQL

INSERT Statement in SQL Template

The INSERT Statement in SQL template shows you how to add information into the table's columns. Download and unzip the .zip file in a new folder. Inside the folder you will find a .sql file. Load it into MySQL Workbench. Some other related topics you might be interested are Creating a Database, ORDER BY Clause, SELECT Statement, and DELETE Statement. You can now download the SQL template for free. INSERT Statement in SQL is among the topics covered in detail in the 365 Data Science program.

Learn More
Ocean blue cover of SELECT Statement in SQL. This template resources is from 365 Data Science.
Templates SQL

SELECT Statement in SQL Template

The SELECT Statement in SQL template shows you how to extract a fraction of the entire dataset. Download and unzip the .zip file in a new folder. Inside the folder you will find a .sql file. Load it into MySQL Workbench. Some other related topics you might be interested are Creating a Database, ORDER BY Clause, INSERT Statement, and DELETE Statement. You can now download the SQL template for free. SELECT Statement in SQL is among the topics covered in detail in the 365 Data Science program.

Learn More
Ocean blue cover of Subqueries with EXISTS in SQL. This template resources is from 365 Data Science.
Templates SQL

Subqueries with EXISTS in SQL Template

The Subqueries with EXISTS in SQL template shows how EXISTS is nested inside WHERE to obtain particular records. Download and unzip the .zip file in a new folder. Inside the folder you will find a .sql file. Load it into MySQL Workbench. Some other related topics you might be interested are Creating a Database, ORDER BY Clause, SELECT Statement. You can now download the SQL template for free. Subqueries with EXISTS in SQL is among the topics covered in detail in the 365 Data Science program.

Learn More
Ocean blue cover of MIN() Function in SQL. This template resources is from 365 Data Science.
Templates SQL

MIN() Function in SQL Template

The MIN() Function in SQL template shows how this aggregate function performs a calculation on a set of values. The MIN() function returns the minimum value of a column. Download and unzip the .zip file in a new folder. Inside the folder you will find a .sql file. Load it into MySQL Workbench. Some other related topics you might be interested are Creating a Database, MAX() Function, AVG() Function, SUM() Function, COUNT() Function. You can now download the SQL template for free. MIN() Function in SQL is among the topics covered in detail in the 365 Data Science program.

Learn More
Ocean blue cover of ALTER TABLE STATEMENT in SQL. This template resources is from 365 Data Science.
Templates SQL

ALTER TABLE Statement in SQL Template

The ALTER TABLE Statement in SQL template explains the process of using a database in SQL. Download and unzip the .zip file in a new folder. Inside the folder you will find a .sql file. Load it into MySQL Workbench. Some other related topics you might be interested are Creating a Database, ORDER BY Clause, SELECT Statement, and INSERT Statement. You can now download the SQL template for free. ALTER TABLE Statement in SQL is among the topics covered in detail in the 365 Data Science program.

Learn More
Ocean blue cover of Using a Database in SQL. This template resources is from 365 Data Science.
Templates SQL

Using a Database in SQL Template

The Using a Database in SQL template explains the process of using a database in SQL. Download and unzip the .zip file in a new folder. Inside the folder you will find a .sql file. Load it into MySQL Workbench. Some other related topics you might be interested are Creating a Database, ORDER BY Clause, SELECT Statement, and INSERT STATEMENT. You can now download the SQL template for free. Using a Database in SQL is among the topics covered in detail in the 365 Data Science program.

Learn More
Ocean blue cover of GROUP BY Clause in SQL. This template resources is from 365 Data Science.
Templates SQL

GROUP BY Clause in SQL Template

The GROUP BY Clause in SQL template shows how to group the data based on the same value in a specific column. Download and unzip the .zip file in a new folder. Inside the folder you will find a .sql file. Load it into MySQL Workbench. Some other related topics you might be interested are Creating a Database, ORDER BY Clause, SELECT Statement You can now download the SQL template for free. GROUP BY Clause in SQL is among the topics covered in detail in the 365 Data Science program.

Learn More
Ocean blue cover of ORDER BY Clause in SQL. This template resources is from 365 Data Science.
Templates SQL

ORDER BY Clause in SQL Template

This ORDER BY in SQL template specifies that a SQL SELECT statement returns a result set with the rows being sorted by the values of one or more columns. Download and unzip the .zip file in a new folder. Inside the folder you will find a .sql file. Load it into MySQL Workbench. Some other related topics you might be interested are Creating a Database in SQL, GROUP BY Clause in SQL, SELECT Statement in SQL. You can now download the SQL template for free. ORDER BY Clause in SQL is among the topics covered in detail in the 365 Data Science program.

Learn More
Ocean blue cover of AVG() Function in SQL. This template resources is from 365 Data Science.
Templates SQL

AVG() Function in SQL Template

The AVG() Function in SQL template shows how to extract the average of all non-null values in a field.The MAX() function. Download and unzip the .zip file in a new folder. Inside the folder you will find a .sql file. Load it into MySQL Workbench. Some other related topics you might be interested are Creating a Database, COUNT() Function, MIN() Function, and MAX() Function. You can now download the SQL template for free. AVG() Function in SQL is among the topics covered in detail in the 365 Data Science program.

Learn More
Ocean blue cover of MAX() Function in SQL. This template resources is from 365 Data Science.
Templates SQL

MAX() Function in SQL Template

The MAX() Function in SQL template is part of the aggregate functions which perform calculation on multiple values and return single values. The MAX() function, in particular, returns the maximum value of a column. Download and unzip the .zip file in a new folder. Inside the folder you will find a .sql file. Load it into MySQL Workbench. Some other related topics you might be interested are Creating a Database, COUNT() Function, MIN() Function, and AVG() Function. You can now download the SQL template for free. MAX() Function in SQL is among the topics covered in detail in the 365 Data Science program.

Learn More
Ocean blue cover of SUM() Function in SQL. This template resources is from 365 Data Science.
Templates SQL

SUM() Function in SQL Template

The SUM() Function in SQL template is part of the aggregate functions which perform a calculation on a set of values - they gather data from many rows of a table, then aggregate it into a single value. The SUM() function returns the sum of the values in a specified column. Download and unzip the .zip file in a new folder. Inside the folder you will find a .sql file. Load it into MySQL Workbench. Some other related topics you might be interested are Creating a Database, COUNT() Function, MIN() Function, MAX() Function, AVG() Function You can now download the SQL template for free. SUM() Function in SQL is among the topics covered in detail in the 365 Data Science program.

Learn More
Ocean blue cover of COUNT() Function in SQL. This template resource is from 365 Data Science.
Templates SQL

COUNT() Function in SQL Template

The COUNT() Function in SQL template shows you how to perform a calculation on a set of values - gather data from many rows of a table, then aggregate it into a single value. The COUNT() function returns the number of rows that matches a particular criterion. Download and unzip the .zip file in a new folder. Inside the folder you will find a .sql file. Load it into MySQL Workbench. Some other related topics you might be interested are Creating a Database, SUM() Function, MIN() Function, MAX() Function, and AVG() Function. You can now download the SQL template for free. COUNT() Function in SQL is among the topics covered in detail in the 365 Data Science program.

Learn More
Ocean blue cover of Not Null Constraint in SQL. This template resource is from 365 Data Science.
Templates SQL

Not Null Constraint in SQL Template

The Not Null Constraint in SQL template shows you how to assign a PRIMARY KEY constraint, specifying that the values of the constrained email must uniquely identify each row. Download and unzip the .zip file in a new folder. Inside the folder you will find a .sql file. Load it into MySQL Workbench. Some other related topics you might be interested are Primary Key Constraint in SQL, Unique Constraint in SQL and Default Constraint in SQL . You can now download the SQL template for free. Not Null Constraint in SQL is among the topics covered in detail in the 365 Data Science program.

Learn More
Ocean blue cover of Primary Key Constraints in SQL. This template resource is from 365 Data Science.
Templates SQL

Primary Key Constraint in SQL Template

The Primary Key Constraint in SQL template shows you how to assign a Primary Key constraint, specifying that the values of the constrained email must uniquely identify each row. Download and unzip the .zip file in a new folder. Inside the folder you will find a .sql file. Load it into MySQL Workbench. Some other related topics you might be interested are Not Null Constraint, Unique Constraint and Default Constraint. You can now download the SQL template for free. Primary Key Constraint in SQL is among the topics covered in detail in the 365 Data Science program.

Learn More
Ocean blue cover of Default Constraint in SQL. This template resource is from 365 Data Science.
Templates SQL

Default Constraint in SQL Template

The Default Constraint in SQL template shows you how to assign a default value to a column in a table. If no other value is specified it will be added to all new records. Download and unzip the .zip file in a new folder. Inside the folder you will find a .sql file. Load it into MySQL Workbench. Some other related topics you might be interested are Primary Key Constraint in SQL, Not Null Constraint, and Unique Constraint. You can now download the SQL template for free. Default Constraint in SQL is among the topics covered in detail in the 365 Data Science program.

Learn More
Ocean blue cover of Unique Constraint in SQL. This template resources is from 365 Data Science.
Templates SQL

Unique Constraint in SQL Template

The Unique Constraint in SQL template shows you how to assign a UNIQUE KEY constraint to a table, used to avoid any duplicates and ensure unique values in the column. Download and unzip the .zip file in a new folder. Inside the folder you will find a .sql file. Load it into MySQL Workbench. Some other related topics you might be interested are Primary Key Constraint in SQL, Not Null Constraint, and Default Constraint. You can now download the SQL template for free. Unique Constraint in SQL is among the topics covered in detail in the 365 Data Science program.

Learn More
Ocean blue cover of Cross Join in SQL. This template resources is from 365 Data Science.
Templates SQL

Cross Join in SQL Template

The Cross Join in SQL template shows you how to take the values from a certain table and connects them with all the values from the tables we want to join it with. Download and unzip the .zip file in a new folder. Inside the folder you will find a .sql file. Load it into MySQL Workbench. Some other related topics you might be interested are Inner JOIN in SQL, Left JOIN in SQL, and Right JOIN in SQL. You can now download the SQL template for free. Cross JOIN in SQL is among the topics covered in detail in the 365 Data Science program.

Learn More
Ocean blue cover of Right Join in SQL. This template resource is from 365 Data Science.
Templates SQL

Right Join in SQL Template

The Right Join in SQL template shows you how to create a new instance of a table combining rows that have matching values from two tables plus all values from the right table that match no values from the left one. Download and unzip the .zip file in a new folder. Inside the folder you will find a .sql file. Load it into MySQL Workbench. Some other related topics you might be interested are Inner JOIN in SQL, Left JOIN in SQL, and Cross JOIN in SQL. You can now download the SQL template for free. Right JOIN in SQL is among the topics covered in detail in the 365 Data Science program.

Learn More
Ocean blue cover of LEFT Join in SQL. This template resources is from 365 Data Science.
Templates SQL

Left Join in SQL Template

The Left JOIN in SQL template shows you how to create a new instance of a table combining rows that have matching values from two tables plus all values from the left table that match no values from the right one. Download and unzip the .zip file in a new folder. Inside the folder you will find a .sql file. Load it into MySQL Workbench. Some other related topics you might be interested are Inner JOIN in SQL, Right JOIN in SQL, and Cross JOIN in SQL. You can now download the SQL template for free. Left JOIN in SQL is among the topics covered in detail in the 365 Data Science program.

Learn More