<div> <div>
I need to create database with following tables
owner- id,name
brand- id,ownerId, name
car- id,brandId,name
and creating a web page that can execute search on any Id and display result on the webpage. I tried with MVC but finding it very difficult. Can anyone suggest how to do this efficiently.?
</div> </div>
Go to the complete details ...