Qu 1: Create a database "mobile" for mobile shop. This database contains table "brand" which holds the following column.
ID – It should be primary key, auto increment and int type.
MobileName – Keep it nvarchar 50
Price – keep it nvarchar 50
Add 10 entries using
ID – It should be primary key, auto increment and int type.
MobileName – Keep it nvarchar 50
Price – keep it nvarchar 50
Add 10 entries using
Insert
command and then display data using simple HTML table and WebGrid.