sakila
There are 33 repositories under sakila topic.
cantugabriela/Sakila-Queries-MySQL
MySQL queries on the sakila database
jcrosswh/dvd-client
Simple web app for sakila-db
DirectToSwift/CoreDataSakila
A Sakila database model for CoreData
EmanuelGabbay/sql-sakila
Investigation of the Sakila DVD rental database from a business perspective using SQL queries.
GuiCPessoa/Practicing_SQL
Practicing with exercises, queries and creating a database
isi-mube/movie-rent-predictor
To predict which movies will be rented again based on historical data. Also, Classification practice.
kazdy/sakila_mysql
Dockerized sample sakila mysql database
openpotato/sakila-db
SQL ports of the MySQL Sakila sample database
sisimomo/graphqlSakila
Demonstrations of my proficiency span across several technologies. Concretely, this project is an API facilitating CRUD operations (Create, Read, Update, Delete (TODO)) for various objects.
aneeshmurali-n/MySQL_TASKS
This repository contains SQL scripts for managing and querying a database and several SQL exercises to perform various operations. This project is designed for educational purposes to demonstrate basic SQL operations, including table creation, data insertion, querying, and creating stored procedures.
martacanirome4/java-mysql
Connection and quering to MySQL Sakila and World databases via Java app
ricardo-melo-martins/docker
⚡ RMM ⚡:: 🐳 docker with database for fun development
sidde95/SQL-Data-Analysis-for-Legendary-Sakila-DB
Data analysis for the Sakila Database which is a nicely normalised schema modelling a DVD rental store, featuring things like films, actors, film-actor relationships, and a central inventory table that connects films, stores, and rentals using tools like Excel used to view the data and create insert queries for all the tables and then by using SQL
wf001/apollo-prisma-mysql-sakila
Contains a sample GraphQL implementation built with Apollo, TypeScript, and MySQL. The datasets is Sakila.
wooly905/SakilaSpringBootMVC
A simple Spring Boot MVC project that shows some basic operations on MySQL Sakila database
alexander-sosa/flutter-sakila-rental-app
Sakila Rental Client App
alexander-sosa/spring-sakila-rental-rest
Sakila Rental Full API Rest Backend
BarbaraJoebstl/pdsnd_github
Class material and assignments for PDSND
bnomei/kirby-sakila-kit
Kirby CMS setup based on the Sakila SQL demo DB but optimized for performance
elinoretenorio/php-headless-crud-for-sakila-db
PHP Headless CRUD for Sakila database (https://dev.mysql.com/doc/sakila/en/)
elmaddinkarimov/SQL
MySQL queries on the sakila database
lilopkins/tsi-sakila-db
Sakila database in a container.
lilopkins/tsi-sakila-guide
A guide on writing the Sakila project for TSI
mjvillacresesn/SQL
SQL Database
Omar-Hydrah/sakila-searcher
Nodejs application for searching actors informations from the sakila database.
powcoder/sakila-db
sakila 编程辅导, Code Help, WeChat: powcoder, CS tutor, powcoder@163.com
qyubrooks/MySQL-sakila
MySQL queries on the sakila database
StephanieSaavedraAyarde/gestion-tienda-de-videos-backend
Sistema para la gestión de alquileres de una tienda de videos, basado en la base de datos sakila.
StephanieSaavedraAyarde/gestion-tienda-de-videos-frontend
Sistema para la gestión de alquileres de una tienda de videos, basado en la base de datos sakila.
tirzasrwn/dvdrental
PostgreSQL database to play with query, ready with docker container.
VitalyOlegovic/sakila-hibernate
An example project to show how to use hibernate XML configuration to access the MySQL Sakila example database.
VitalyOlegovic/sakila-jdbc
An example of JDBC classes usage with MySQL and Sakila example database