Database development

CREATE TABLE MySQL vs T-SQL with Syntax Examples

Database development, MySQL, Statements, T-SQL, Tables

Are you a T-SQL developer learning the basics of MySQL? Then, one of the things you might want to...
Read More

Git Tips & Best Practices for Beginners

Database development, Source control

Without a version control system, it’s next to impossible to manage the source code.  You can be a software developer of C, C#,...
Read More

Difference Between DELETE and TRUNCATE Table in SQL Server

Database development, Statements, Tables

Many articles have been written to describe the difference between the SQL DELETE and SQL TRUNCATE statements. Moreover, it is one of the...
Read More

SQL UNION Cheat Sheet with 10 Easy and Useful Tips

Database development, Statements

Having a hard time with SQL UNION? It happens if the results you combined put your SQL Server into...
Read More

Moving SQL Server Table to Different Filegroup

Database development, Tables

Introduction A table is a logical structure. When you create a table, you typically would not care which drives it sits on at the storage...
Read More

Do You Make These Mistakes When Using SQL CURSOR?

Database development, Statements

For some people, it’s the wrong question. SQL CURSOR IS the mistake. The devil is in the details! You can read all sorts of...
Read More

Virtual Columns and Functional Indexes

Database development, Indexes, MySQL, Oracle, PostgreSQL, SQL Server, Tables

Much too often, we see poorly written complex SQL queries running against the database tables. Such...
Read More

How AI Will Change Software Development and Testing

Automation, Database development, Testing

Artificial intelligence is the fuel for what we know as the fifth industrial revolution. Its capacities to impact and disrupt numerous...
Read More

Understanding SQL Server ALTER TABLE ADD COLUMN Statement

Database development, Statements, Tables

This article describes the SQL Server ALTER TABLE ADD COLUMN statement. The purpose of this statement is to add a new column to an existing...
Read More

Using INNER JOIN to Combine SQL Server Tables and Display Them in ASP.NET Webforms

ASP .NET CORE, Database development, Languages & Coding, Tables

This article describes the ways of using an INNER JOIN to combine results from two tables in the...
Read More
Close