Question: 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.

What SQL queries do you think I need for these buttons formy database in visual C#? MY ASSIGNMENT: Use Visual Studio to createa database named lastnameMedical.mdf. The database should have a table named patientInfo,

[ 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!