What is Database Schema
If we want to design and develop a database, we need to know about the database schema. A database schema is a logical design of any given database. We can divide each schema into different database tables ( all tables are same name). Database schema works like a blueprint of any database.
Comments
Post a Comment