SQL articles
SQL, or Structured Query Language, is a fundamental tool in database development, allows developers to interact with a database server by writing queries to retrieve, manipulate, and manage data stored in tables. Developers can create databases, define tables with specific columns, and connect to the server to execute queries using the "SELECT" statement, enabling efficient data retrieval and modification in the development process. The tutorials below provide tips and tricks on how to get started with SQL.- Practice with some common SQL interview questions.
Common SQL Interview Questions
- Data science,
- SQL
- Learn how to get PostgreSQL set up on your own computer
Installing and Using PostgreSQL Locally
- Developer tools,
- Game development,
- Mobile development,
- SQL,
- Web development
- Learn how to use DB Browser to interact with SQLite databases
Running SQL commands in DB Browser
- Developer tools,
- SQL
- Learn about this tool that allows you to perform SQL tasks visually.
Setting Up DB Browser
- Developer tools,
- SQL
- Setup MongoDB on your computer.
Setup MongoDB
- Developer tools,
- SQL,
- Web development
- Glossary of commonly used SQL commands.
SQL Commands
- SQL
- Learn how database indexes help us quickly query data.
What is a Database Index?
- Computer science,
- SQL,
- Web development
- We'll be exploring the topic of databases and their usage.
What is a Database?
- Code foundations,
- Computer science,
- Game development,
- Mobile development,
- SQL,
- Web development
- Learn about databases and how they can be used when building applications.
What is a Database?
- Code foundations,
- Computer science,
- Mobile development,
- SQL,
- Web development
- Learn about RDBMS and the language used to access large datasets – SQL.
What is a Relational Database Management System?
- Developer tools,
- Game development,
- Mobile development,
- SQL,
- Web development
- Learn about the SQLite database engine and how to install it on your computer.
What is SQLite?
- Developer tools,
- SQL,
- Web development