There are 0 repository under database-queries topic.
🔍 Enhance Laravel queries with adaptable, customisable filters and intelligent caching to improve both performance and functionality.
Analyses your database queries and schema and suggests indices and schema improvements
Hostel management system
Wireshark-like display filter for various data formats, including Python dictionaries, lists, objects, and SQL databases.
Template engine for SQL
Simple yet efficient PDO wrapper.
Proposed new database schema for bbPress with the goal of improving bbPress performance and stop using wp_postmeta database table.
🌟Welcome to a curated 📚 collection 📚 of solved 🛠️ MySQL 💾 interview 💬 problems ❓ from LeetCode 💡. 📊🔍 This section 📚 showcases 🔍 key questions ❓ and their solutions 💡, providing 📊 a valuable 🛠️ resource 📚 for anyone 💬 preparing 🛠️ for SQL 💾 interviews 💬. 🚀
Pontious is an ORM library that provides a way to do SQL queries without necessarily writing SQL Query code. It is built over SQL2o to provide a nice ORM touch.
firebase mongodb and mysql database queries
This repository contains an SQL project for extracting insights from a movie database. Through structured SQL queries, it answers questions about movie titles, actors, directors, and their roles, ideal for practicing database querying and analysis with a real-world focus.
[in development] Object oriented representation of SQL queries.
Attach SQL comments to correlate celery tasks with SQL statements.
Implementation of the airport ticket reservation system.
SQL-based data analysis project examining layoffs during 2022-2023, with insights into industry trends, company impacts, and workforce dynamics.
User-friendly client-server software with GUI for efficient database table management and data retrieval in Python
Training area, in order to master good practices in matter of code, git history, database queries...
A real-world database project for hands-on learning Database Design and Implementation, Interacting with DBMSs, SQL Queries, and more Database related features and abilities.
Oracle Database project focusing on social, financial, and university management systems. It includes SQL scripts for database creation, data insertion, and querying, along with a detailed README providing setup instructions and usage guideline
The bitboxx bbquery module is a DNN module for querying and editing database tables. Its intention is more for intranet than internet. You can define database querys (selects) to every kind of database (if drivers are installed) and even edit the tables if configured like this. if you or your employees need to fire every morning the same query to the database to check if nightly production went well and every record is on his right place, this is the module for you! The minimum DNN Version for this module is 06.01.00.
This repository showcases a collection of SQL queries and their use cases across various databases and scenarios. It includes examples for data manipulation, aggregation, joins, subqueries, and more.
Projeto com solução do desafio de queries com ORM proposto no desafio do módulo III do Ignite na trilha de NodeJS
Simple Java application to connect to database
A DB schema to organize an inventory of mechanical parts that keep track of all parts, manufacturer, category, location, available inventory, and related infos. This might be updated and queried by an inventory management app that accepts input from users unfamiliar to DB structures. Sufficient data quality checks are needed for valid data entry.
Designing a database schema for a restaurant so that it can display menu, ratings and other details on its new website!
Making sure that we have a record of when customer information is modified and to ensure changes match the business rule of an online watch store using Database triggers.
A daily SQL learning journal with structured practice problems, raw data files, and query solutions.
A database clone of Instagram showcasing my SQL skills and database design proficiency. Includes tables for users, photos, likes, comments, tags, and follows. Implements essential functionalities and relationships for a social media platform.