Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

What SQL queries do you think I need for these buttons for my database in visual C#? MY ASSIGNMENT: Use Visual Studio to create a

What SQL queries do you think I need for these buttons for my database in visual C#?

MY ASSIGNMENT:

Use Visual Studio to create a database named lastnameMedical.mdf. The database should have a table named patientInfo, with columns for patientID, name, height, weight, a1cvalue, and age. Ensure your data types can match the information requested in the queries below. The patientID should be the primary key and auto increment. Insert at least 8 sample rows of data into the table. Create an application that displays the table in a DataGridView control. In addition, there should be 5 buttons that linked through queries to the DataGridView. The 5 buttons should run queries that update the DataGridView with the following information:

Height arranged in descending order

Weight above 200

Weight below 100

a1cvalue above 5.7

age above 70

Ensure that the data entered into your fields can successfully show the results from all these queries.

image text in transcribedimage text in transcribedimage text in transcribed

[ Solution 'gerald_cc5' (1 of 1 project) 4 C\# gerald_cc5 D& Properties D References App.config 4 Form1.cs Form1.Designer.cs Form1.resx geraldMedical.mdf - E geraldMedicalDataSet.xsd geraldMedicalDataSet.Designer.cs L geraldMedicalDataSet.xsc L geraldMedicalDataSet.xss D C\# Program.cs

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Automating Access Databases With Macros

Authors: Fish Davis

1st Edition

1797816349, 978-1797816340

More Books

Students also viewed these Databases questions

Question

Develop clear policy statements.

Answered: 1 week ago

Question

Draft a business plan.

Answered: 1 week ago

Question

Describe the guidelines for appropriate use of the direct plan.

Answered: 1 week ago