1/14
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Web Application
A software application that runs on a web server and is accessed through a browser over the internet. It often uses a DBMS for dynamic content.
DBMS (Database Management System)
A software system that allows users to define, create, maintain, and control access to the database.
Relational Database
A database structured to recognize relations among stored items of information using tables (e.g., MySQL, Oracle).
NoSQL Database
A non-tabular database that stores data in formats like key-value, document, or graph (e.g., Firebase, MongoDB).
MySQL
An open-source relational database management system used for managing structured data with SQL.
Firebase
A cloud-hosted NoSQL database by Google that supports real-time data syncing, often used in web and mobile app development.
Oracle APEX
A low-code development platform by Oracle used to build scalable web apps directly on top of Oracle databases.
Cloud Computing
The delivery of computing services (servers, storage, databases, etc.) over the internet to offer scalability and flexibility.
IaaS (Infrastructure as a Service)
Cloud service model that provides virtualized computing resources over the internet (e.g., AWS EC2).
PaaS (Platform as a Service)
A cloud computing model that offers a platform for developers to build and deploy applications (e.g., Google App Engine).
SaaS (Software as a Service)
Cloud-based software available on a subscription basis and accessed via a browser (e.g., Google Docs).
PHP
A popular server-side scripting language used to develop dynamic web applications and connect with databases like MySQL.
Apache Web Server
An open-source web server software that serves HTTP requests and runs PHP applications on the web.
ODBC (Open Database Connectivity)
A standard API for accessing DBMS that allows interoperability between apps and various DBMSs using a single interface.
Web Hosting
A service that allows individuals and organizations to make their websites accessible via the internet.