About 400 results
Open links in new tab
  1. Learn SQL - Codecademy

    SQL (Structured Query Language) is a programming language used to manage data stored in relational databases, which store structured data in tables. Its syntax is easy to read, so it’s …

  2. What is a Relational Database (RDBMS)? - Codecademy

    How does RDBMS work? A relational database management system stores data in tables that can be manipulated using SQL. When a query is written, the system looks at the tables …

  3. What Is Back End? - Codecademy

    Mar 17, 2025 · This allows you to implement the server, database, and APIs and connect to a simple front end. This brings all your learning together and provides you with a project you can …

  4. What is CRUD? Explained - Codecademy

    Master the foundation of database interactions with CRUD operations. Explore how Create, Read, Update, and Delete functions power modern applications from web APIs to mobile apps.

  5. General | Database | Codecademy

    Jul 17, 2021 · There are many different ways for database systems to structure and organize data. The type of database used is dependent on the type of data being stored, and the …

  6. SQL Courses & Tutorials | Codecademy

    Intro to SQL Use SQL to create, access, and update tables of data in a relational database.

  7. What Is SQL: Common Uses and Defining Features - Codecademy

    Apr 30, 2021 · SQL (Structured Query Language) is a powerful programming language used to collect and manipulate data. Learn about its uses, relational databases & more.

  8. SQL | Codecademy

    SQL, Structured Query Language, is a programming language designed to manage data stored in these relational databases. SQL operates through simple, declarative statements. This keeps …

  9. What is Hashing? - Codecademy

    Mar 27, 2025 · Hashing is an important tool used in data authentication and security, as well as database management. That’s why, if you’re an aspiring Cybersecurity Specialist, Back-End …

  10. Learn Advanced Python 3 - Codecademy

    Using SQLite, we've learned how to access SQL database files from a Python environment. With these skills on your resume, a hotel corporation has hired you to analyze their SQLite …