Open lawson2312 opened 5 years ago
use H2 as embedded data base https://www.youtube.com/watch?v=UnDd32qRhDI
inside of intelliJ, go to settings, plugins, and search for database navigator and install to add the database to the project
Have the tables created and some dummy data in them, couldnt figure out how to copy it over as as text so i only have the tables as a pdf questionDBdata.pdf
Let me know what you all think about the table and the values
I have the tables created for the login as well, let me know what you guys think of these too loginDBdata.pdf
testing of query statements inside of intellij worked, ran a few of them and they all worked for the dummy data
I have an outline of the tables for our db. Please take a look. I think your question table and login table need a few more attributes. EER_Bootcamp.pdf bootcamp.txt
databaseCode.txt newly created tables, everything is what we talked about in team meeting yesterday (1/24) the only thing left to do is figure out what the primary and foreign keys are
I have 2 quizzes in the excel sheets and they are in the data base. I ran some queries on the database and they worked out as well. I will put more of the questions in there but i just wanted to put up what i had so far quizQuestions.xlsx
didnt mean to close out the issue
Completed excel sheet with all questions that are being used for bootcamp. The data base is full with all data and i will be running queries on intellij
Completed excel sheet with all questions that are being used for bootcamp. The data base is full with all data and i will be running queries on intellij
Ran some queries and all data was in the database and was able to see all the data for the questions
Also added messages that we can use to put on each quiz for 'great, good, poor, and error' there are 5 messages for each that will all be random as well
file for database with all questions added
bootcamp.zip this is the newest version 3/25 9:28
use H2 as embedded data base https://www.youtube.com/watch?v=UnDd32qRhDI