Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

with explanation . This is for an advance data base course in sql : For this assignment, you will be creating a guessing game. Things

with explanation . This is for an advance data base course in sql : For this assignment, you will be creating a guessing game. Things you need to accomplish: Create tables in SQL Server to store game sessions and the guesses associated with them. You'll be expected to be able to query how many games were played and the average number of guesses it took to get the correct answer. Generate a random number between 1 and 100. Take input from the user and tell them if they got the number correct, they are too low, or too high. Create stored procedures to log your games and guesses As mentioned in class, for this first assignment I'm not looking for bullet-proof code. Don't worry about bad data entry of any sort - assume I'll stay in bounds as I grade these. Turn in your .py file for the game, along with a .sql file that creates your tables and stored procedures.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

What are the APPROACHES TO HRM?

Answered: 1 week ago