Views in Relational Databases
Mar 10, 2024 · 3 min read · Views are about providing a customized, filtered representation of the data Simple View in MySQL simple views are virtual tables taking no space on physical hard disks. syntax in MySQL: create view lvl_300_stds as select * from students where level_i...
Join discussion