------------------------------------------------------------------------------
Step 1: Creating the Table SampleImageTabl e

Create a table SampleImageTabl e with the field sampleimage of data type
image. Use the following SQL Satement to create the table.
create table SampleImageTabl e (sampleimage image)


Step 2: Creating a Stored Procedure

Create a stored procedure UploadImage...