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.
[ 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.csStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started