Estudo de casos para realizar consultas com SQL E JPQL
-
Updated
Apr 25, 2023 - Java
SQL stands for structured query language. It uses commands such as "select", "insert", "update", "delete". Some common relational database management systems that use SQL are: Oracle, MySQL, Microsoft SQL Server, PostgreSQL, etc.
Estudo de casos para realizar consultas com SQL E JPQL
A database project made using Oracle SQL in Java language
Database Systems Project
Веб-приложение MVC для цифрового учета книг. Написано с использованием Spring и PostgreSQL.
Web app to learn ways of reading/writing csv-file data to/from a database
Basic JDBC
The code represents a Java-based web application that manages announcements and tasks. It employs servlets to handle various functionalities such as user login, registration, and logout. The application interacts with a PostgreSQL database using JDBC for data storage and retrieval.
Database management system command line interface
Allows to show on JSP a collection of data from a database using basic JDBC and the PostgreSQL database, which contains two tables: cities and students with a 1:M relationship. The app generates a list of all students and cities. Furthermore, CRUD methods are available for both entities.
Using the script from the carsshop.sql attachments, create the carsshop database. And create a SOAP service that, using jdbc, will take dao of objects from tables. Create a client for this service and get data.