/movie-store-system

Database Activity 04: creating a simple connection with JDBC to manage a movie store database.

Primary LanguageJavaMIT LicenseMIT

movie-store-system

Database Activity 04: creating a simple connection with JDBC to manage a movie store database.

Requirements

  • Create implementation of Main;
  • Implement the connection with database;
  • Execute the query to show all current clients in database;
  • Show the list of clients: name and login for each one.

Output