I’ve built a set of HTML pages that collect owner and vehicle details, but nothing is wired up to a database yet. I need you to: • design the MySQL schema that cleanly stores every field from the form (owners, vehicles, any lookup tables you feel are best practice) • write well-commented PHP that inserts new submissions, handles basic validation, and protects against SQL injection (prepared statements, please) • create a retrieval script that pulls the saved records and displays them back inside the existing HTML layout, ready for me to style further • include one concise README so I can drop the code on my server, run a single SQL file, and have everything working straight away Acceptance is simple: submit the SQL file, the PHP scripts, and a short demo showing a full create-retrieve round-trip in the browser.