Skip to content

dmorton714/SQL_Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Prep Test

Based on feedback from employers, we have created a comprehensive SQL test document designed to prepare you for common SQL interview questions. This test covers all the essential SQL functions that are frequently tested in interviews, helping you build a strong foundation.

What You'll Learn

Basic SQL Functions: We will start with basic operations like SELECT, JOIN, WHERE, GROUP BY, and ORDER BY.

Advanced SQL Concepts: As you progress, you'll work with more technical concepts, including CASE statements and creating VIEWS to aggregate data.

Why This is Important

This document aims to ensure you feel confident using SQL in interviews and in practice. Understanding these concepts is essential to having SQL listed on your resume and being prepared to discuss and apply these skills in a real-world environment.

Virtual Environment Commands

Command Linux/Mac GitBash
Create python3 -m venv venv python -m venv venv
Activate source venv/bin/activate source venv/Scripts/activate
Install pip install -r requirements.txt pip install -r requirements.txt
Deactivate deactivate deactivate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published