SQL Articles

Sorted By: Most Recent
Anthony Corbo Anthony Corbo
Updated on November 07, 2024

What Is SQL?

SQL allows programmers to query, update and reorganize data while modifying database schema to control data accessibility.

Image: Shutterstock / Built In
Mohamad Amzar Mohamad Amzar
Updated on November 06, 2024

How to Query a CSV File Stored in AWS S3 Using Athena

AWS Athena is a serverless query service to access and analyze data stored in AWS S3. Here’s how to query a CSV file stored in AWS S3 using Athena.

Image: Shutterstock / Built In
Nikita Nikitins Nikita Nikitins
Updated on September 04, 2024

Code First Approach vs. Database First Approach: Which Is Best?

Code first and database first are two approaches to developing a database to work in Entity Framework. Learn which one is best for you.

Image: Shutterstock / Built In
Kyle Brill Kyle Brill
Updated on August 07, 2024

What Is LAMP Stack?

LAMP stack is a flexible, scalable open-source web development platform. Here's everything you need to know.

Image: Shutterstock / Built In
KSV Muralidhar KSV Muralidhar
Updated on July 10, 2024

How to Merge Two Tables in SQL

Two tables can be merged in SQL either by rows or columns through a variety of commands, including inner join, left join, union, except and more. Here’s how with examples. 

Image: Shutterstock / Built In
Erik Whiting Erik Whiting
Updated on June 11, 2024

SQL Pivot: A Tutorial

SQL PIVOT is a function that is used to create pivot tables and divide components of data into different columns and rows to make it easier to analyze. Learn how to do it.

Image: Shutterstock / Built In
Kevin Macwan Kevin Macwan
Updated on June 05, 2024

3 Challenges of Serverless Architecture and How to Meet Them

Security issues, for instance, can make serverless architecture less efficient.

Image: Shutterstock / Built In
Adetoro Oyairo Adetoro Oyairo
Updated on June 03, 2024

What Is an Entity Relationship Diagram (ERD)?

An ERD illustrates the relationships between different concepts. Here’s everything you need to know.

Image: Shutterstock / Built In
Yuval Erez Yuval Erez
Updated on April 25, 2024

How to Keep Your IT Job in an Age of Automation

Develop new skills and learn the latest tech to stay relevant.

Image: Shutterstock / Built In
Joel Hereth Joel Hereth
Updated on March 12, 2024

How to Optimize SQL for Large Data Sets

Optimizing SQL for large data sets is an important step in managing the performance of your database. Follow these best practices to achieve faster data retrieval and efficiency. 

Image: Shutterstock / Built In