Analyzing Big Data with SQL
Key Takeaways
Analyzes big data with SQL using Apache Hive and Apache Impala
Original Description
In this course, you'll get an in-depth look at the SQL SELECT statement and its main clauses. The course focuses on big data SQL engines Apache Hive and Apache Impala, but most of the information is applicable to SQL with traditional RDBMs as well; the instructor explicitly addresses differences for MySQL and PostgreSQL.
By the end of the course, you will be able to
• explore and navigate databases and tables using different tools;
• understand the basics of SELECT statements;
• understand how and why to filter results;
• explore grouping and aggregation to answer analytic questions;
• work with sorting and limiting results; and
• combine multiple tables in different ways.
To use the hands-on environment for this course, you need to download and install a virtual machine and the software on which to run it. Before continuing, be sure that you have access to a computer that meets the following hardware and software requirements:
• Windows, macOS, or Linux operating system (iPads and Android tablets will not work)
• 64-bit operating system (32-bit operating systems will not work)
• 8 GB RAM or more
• 25GB free disk space or more
• Intel VT-x or AMD-V virtualization support enabled (on Mac computers with Intel processors, this is always enabled;
on Windows and Linux computers, you might need to enable it in the BIOS)
• For Windows XP computers only: You must have an unzip utility such as 7-Zip or WinZip installed (Windows XP’s built-in unzip utility will not work)
AI explanation not available for this lesson yet
This lesson is still being prepared for the AI tutor. In the meantime, explore lessons that are ready.
Browse explainer-ready lessons →
More on: SQL Analytics
View skill →Related Reads
📰
📰
📰
📰
Stop Installing Libraries: 13 Native APIs That Went Baseline in 2026
Dev.to · Gos
A user uploaded a very large file during production and caused me to run out of memory (OOM).
Medium · Programming
15 Java and Spring Boot Production Scenarios
Medium · Programming
Node.js Welcome Email API: Preview Handlebars Templates Before Sending
Dev.to · ethanbrooks1486
🎓
Tutor Explanation
DeepCamp AI