Articles about delete

Helping you solve those tough coding problems since 2009!

Finding Deleted File with GitHub

Published on Jul 24, 2022

Using git log to find a deleted file. This will tell you how to find when a file was deleted git. Read on for the 3 steps to get with git find commit that deleted file.

Delete duplicate rows with MySQL or MSSQL

Published on Feb 27, 2019

The following article will provide a single SQL query that will delete rows that are duplicated in your table. Before you begin, be sure you've tracked down the bad code that is causing this; otherwise, you will need to run it multiple times!

To start, I will create a basic table structure that will help understand the SQL query:

Tutorials

Learn how to code in HTML, CSS, JavaScript, Python, Ruby, PHP, Java, C#, SQL, and more.

No matter the programming language you're looking to learn, I've hopefully compiled an incredible set of tutorials for you to learn; whether you are beginner or an expert, there is something for everyone to learn. Each topic I go in-depth and provide many examples throughout. I can't wait for you to dig in and improve your skillset with any of the tutorials below.