jalvesm / pokedex-relational-database

The project involves SQL queries to analyze Pokémon data, using DDL and DML commands. #DDL #DML #Query #OrderBy #GroupBy #Where #Having #Case #Inserção #Join #LogicalOperators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokedex relational database project

The project in question involves a series of SQL (Structured Query Language) queries that manipulate data related to Pokémon. The queries use Data Definition Language (DDL) and Data Manipulation Language (DML) commands to define and extract specific information, such as averages, maximums, minimums, and counts, about Pokémon in various categories and species. Additionally, "JOIN" commands are used to combine information from different tables, and "WHERE," "GROUP BY," "HAVING," "ORDER BY," and "CASE" clauses are applied to filter, group, and sort the data as needed. The project provides detailed analyses of Pokémon, exploring their features such as attacks, weights, defenses, and categories.

Built With

MySQL

(back to top)

About

The project involves SQL queries to analyze Pokémon data, using DDL and DML commands. #DDL #DML #Query #OrderBy #GroupBy #Where #Having #Case #Inserção #Join #LogicalOperators