Skip to content

Instantly share code, notes, and snippets.

View drobbins's full-sized avatar

David Robbins drobbins

  • Computer Science - Samford University
  • Birmingham, AL
View GitHub Profile
@drobbins
drobbins / Database Detectives.md
Last active February 13, 2026 17:46 — forked from kelmyrl/Database Detectives
Report for Database Detectives

COSC 315 Database Detectives

Name: Kelmy Lemus Date: 28 January 2026

Task Results

Task 0 - AI Paragraph

AI was very helpful with explaining topics that I was not too confident on. It listed a detailed explanation to my questions with multiple examples that helped a lot. Whenever I got stuck with figuring out what data was related to each other I would ask the AI and it would help make connections between the tables. Even though AI was helpful I couldn't depend fully on it because I was the one coming up with the SQL queries to get the data that I wanted.

Task 2 - Inventory the Database

package atmmachine;
import java.util.Date;
import java.util.Scanner;
/**
*
* @author Madai
*/
public class AtmMachine {
private int id;