Results 1 to 16 of 16
what is database schema?
This is a discussion on what is database schema? within the Programming forums, part of the Web Designing & Development category; what is database schema?...
- 07-12-2017, 09:56 AM #1
- Join Date
- Jun 2017
- Posts
- 28
what is database schema?
what is database schema?
- 07-17-2017, 12:29 PM #2
- Join Date
- Dec 2015
- Location
- Guangzhou,China,51000
- Posts
- 85
Re: what is database schema?
A database schema is the skeleton structure that represents the logical view of the entire database.
- 07-17-2017, 01:10 PM #3
Re: what is database schema?
The term "database schema" can refer to a visual representation of a database, a set of rules that govern a database, or to the entire set of objects belonging to a particular user.
- 07-18-2017, 06:38 AM #4
- Join Date
- May 2017
- Posts
- 477
Re: what is database schema?
The database schema of a database system is its structure described in a formal language supported by the database management system (DBMS).
- 07-18-2017, 08:52 AM #5
- Join Date
- Jul 2017
- Posts
- 35
Re: what is database schema?
database schema is skeleton structure which describes about the visual view of structure table like the table creation with column name and its tuple.
- 07-19-2017, 10:04 AM #6
- Join Date
- Nov 2016
- Posts
- 152
- 07-19-2017, 11:07 AM #7
- Join Date
- Nov 2016
- Posts
- 150
Re: what is database schema?
Database schema represents the logical structure of the entire database..it defines how the data is organized and how the relations are among them are associated..
- 07-20-2017, 10:23 AM #8
- Join Date
- Jul 2017
- Posts
- 14
Re: what is database schema?
A database schema is a way to logically group objects such as tables, views, stored procedures etc. Think of aschema as a container of objects. You can assign a user login permissions to a single schema so that the user can only access the objects they are authorized to access.
- 07-20-2017, 07:14 PM #9
Re: what is database schema?
The term "schema" refers to the organization of data as a blueprint of how the database is constructed (divided into database tables in the case of relational databases). The formal definition of a database schema is a set of formulas (sentences) called integrity constraints imposed on a database.
- 07-24-2017, 07:54 AM #10
- Join Date
- Jul 2017
- Location
- India
- Posts
- 17
Re: what is database schema?
A database schema is the skeleton structure that represents the logical view of the entire database.A database schema defines its entities and the relationship among them. It contains a descriptive detail of the database, which can be depicted by means of schema diagrams.....
- 08-01-2017, 11:17 AM #11
- Join Date
- Nov 2016
- Posts
- 152
- 08-08-2017, 10:50 AM #12
- Join Date
- Dec 2016
- Posts
- 36
Re: what is database schema?
Thanks For Your Information.
- 09-21-2017, 10:26 AM #13
- Join Date
- Sep 2017
- Posts
- 53
Re: what is database schema?
Very well described. Thanks For Your Information.
- 02-16-2018, 06:08 PM #14
- Join Date
- Feb 2018
- Posts
- 3
Re: what is database schema?
Same to you
- 03-19-2018, 08:27 AM #15
- Join Date
- Mar 2018
- Location
- Santa Clara, California, USA
- Posts
- 40
Re: what is database schema?
A database schema is a visual and logical architecture of a database created on a database management system. It provides a graphical view of the entire database architecture and structure. It provides a means for logically grouping and displaying database objects such as tables, fields, functions, and relations.
- 04-03-2018, 07:29 AM #16
- Join Date
- Apr 2018
- Posts
- 15
Re: what is database schema?
A schema defines attributes of the database, such as tables, columns, and properties. A database schema is a structured description of the elements that comprise a specific database and the relationships between those database elements.