Sample Header Ad - 728x90

Editing in MySQL Views

0 votes
1 answer
39 views
In the project I am working on, there is a **Booking** table. - There are 8 types of Bookings. - I have elected to have just one table - There are 12 common fields If I store the rest of the fields as columns, and use Views to extract the data for each type of booking. Am I able use the View for editing (if I don't use joins in the View)? This would allow me to rename some of the fields to something more suitable for that type of booking.
Asked by Rohit Gupta (2126 rep)
Jul 10, 2025, 01:11 PM
Last activity: Jul 11, 2025, 12:07 PM