answersLogoWhite

0

its used to creat and modify the structure of the table

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the difference between design view from datasheet view?

A data sheet view shows the data in the database. It allows you to enter and edit the data, but you cannot change the format of the database. Design view allows you to create or change the table, form or any other database object.


Which view allows more control over table structures in context of database?

design view


Differwnce between datasheet and design view?

A datasheet view displays data in a tabular format, showing records and fields in rows and columns, making it easy to view and edit data entries. In contrast, a design view is used for creating and modifying the structure of a database object, such as tables, queries, or forms, allowing users to define field types, properties, and relationships. Essentially, the datasheet view is focused on data management, while the design view focuses on database structure and design.


Discuss the difference between a view and a base relation?

Views:1. This is one type of relation which is not a part of the physical database.2. It has no direct or physical relation with the database.3. Views can be used to provide security mechanism.4. Modification through a view (e.g. insert, update, delete) generally not permitted Base Relation:1. A base relation is a relation that is not a derived relation.2. While it can manipulate the conceptual or physical relations stored in the data.3. It does not provide security.4. Modification may be done with a base relation. by Joseph sailo


What view does not display data but allows you to change the field properties?

The view that does not display data but allows you to change the field properties is the Design View. In Design View, you can modify the structure of a database object, such as a table or query, by altering field names, data types, and other settings without actually showing the data contained within. This view is essential for setting up and organizing the database schema.


What is Schema and instances?

In DBMS,Schema is the overall Design of the Database.Instance is the information stored in the Database at a particular moment.In programming,you declare a variable which corresponds to "Schema".But its values changes as and when required which corresponds to "Instance". Google about levels of Database Abstraction. Physical Schema describes database design at physical level while a logical schema describes the database design at the logical level.A database may also have several schemas at the view level, sometimes called subschemas, that describe different views of the database.


What is schema instance?

In DBMS,Schema is the overall Design of the Database.Instance is the information stored in the Database at a particular moment.In programming,you declare a variable which corresponds to "Schema".But its values changes as and when required which corresponds to "Instance". Google about levels of Database Abstraction. Physical Schema describes database design at physical level while a logical schema describes the database design at the logical level.A database may also have several schemas at the view level, sometimes called subschemas, that describe different views of the database.


What is design view used for?

Its used when actually building or editing the operational, visual or structural content of the database being used/built


When you create a blank database the table that Access creates for you contains one field named .?

If you create it in Design View, no field name is given. If you create it in Datasheet View it is called Field1.


What does potential bias mean?

understanding a biographer's perspective or point of view in relation to his her subject.


What is the working area of MS Access?

The working area of MS Access primarily consists of several components, including the Navigation Pane, Design View, and Datasheet View. The Navigation Pane displays all database objects such as tables, queries, forms, and reports, allowing users to easily access and manage them. In Design View, users can create and modify the structure of database objects, while Datasheet View enables data entry and manipulation in a spreadsheet-like format. Overall, these areas facilitate efficient database management and data analysis.


Difference between logical database and physical database?

A logical database refers to the conceptual schema or model of data relationships and structures, independent of how data is stored or accessed. On the other hand, a physical database involves the actual implementation of the database on a specific hardware system, detailing how data is stored and accessed. The logical database design focuses on the organization of data, while the physical database design focuses on optimizing performance and storage efficiency.