Question: please help me code this Create a database called hw In it, create a table called dogs with following columns id, an unsigned integer used

please help me code this Create a database called hw In it, create a table called dogs with following columns id, an unsigned integer used as the key name, a varchar(20) age, an unsigned integer size, one of small, medium, large Write 2 HTML documents and corresponding PHP scripts One pair lets you enter the info on a 1 dog at a time Every time you submit, you add a new tuple to the dogs table The 2nd pair allows 2 kinds of queries: Display the entire table (formatted as an HTML table) Find all dogs of a given size, display id and name in a table Hints: Use radio buttons to determine which query Use radio buttons for the second query (ignored if 1st query chosen) E.g.,

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!