Did you ever heard about database schema? A database schema is described in a formal language supported by the database management system. In a relational database, the schema defines the tables, the fields in each table, and the relationships between fields and tables. Schemas are generally...