What Is Logical Schema?

2

2 Answers

Adam Williams Profile
Adam Williams answered
Logical schema are used to allow an end user the ability to access and
manipulate relational database data without knowledge of the structure
of the relational database. A logical schema is first created specifying
which tables are available to an end user, and the relationships
between columns of those tables.
Suhail Ajmal Profile
Suhail Ajmal answered
A Logical schema is opposed to conceptual data model. It is a data model of a specific problem domain that is in terms of a particular data management technology. When we create a database the first step is to create logical schema and then create physical schema.

Answer Question

Anonymous