answersLogoWhite

0

A database is about storing data, not about creating forms. You would create the forms in some programming language - NOT something directly related to the database server - than have your forms, or rather your program in general, connect to the database.

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering

How does data modelling lead to the design of a database?

The data model identifies the objects/entities involved in the application and the relationships between them. From that, the ER diagram is solidified and this forms the basis of the database design.


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.


Why is a table created in database?

Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.Tables are central to a database. A table stores the data. Everything else in the database, such as queries, forms and reports, use the data from the table. Without tables, a database is useless as it would have no data.


What are forms in a database?

Forms are html elements or if you are doing desktop based applications then some in-built elements of the desktop programming language. Database store form data but have nothing to do with forms


What is object oriented programming and visual basic.net?

Yes, Visual basic uses Objects. I.E. buttons, options buttons, forms, text boxes, these are all objects in VB. VB also allows the creation and use of COM classes. Visual basic is partially OOP as it does not support implementation inheritance, which is usually a feature of an object-oriented language.

Related Questions

What are the four database object?

Tables, Forms, Queries and Reports.


How are forms and reports different?

a form is an object in a database; you can print data that appears in forms


What kind of normal form data does the object-oriented database can handle a.BCNF 3NF 2NF 1NF b.Non first normal form c.both a. and b. d.neither a. nor b.?

Object-oriented databases can handle both types of normal forms mentioned, including traditional normal forms like BCNF, 3NF, 2NF, and 1NF, as well as non-first normal form (NF²) data structures. Therefore, the correct answer is c. both a. and b. This flexibility allows object-oriented databases to efficiently manage complex data relationships and structures.


How does data modelling lead to the design of a database?

The data model identifies the objects/entities involved in the application and the relationships between them. From that, the ER diagram is solidified and this forms the basis of the database design.


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.


What is the Oracle Developer Responsibility?

SQL, PL/SQL, Forms and Reports Development, Database Design, Stored Procedures, Functions, Triggers


Why are forms an important part of a database?

the function of the database


How is a Database organised?

A database contains forms and reports stored in tables


What can be achieved from the database using forms?

what can be achieved from the database using reports


What is shapes design?

it is some that •The shape is the 2-dimensional outline of an object; forms are 3-dimensional versions of the shape.


What are database forms used for?

Database forms provide a systematic way of storing information. The information is made available on request.


An Is a database object used to enter data into a database table?

A form is a database object used to enter, modify, and view data within a database table. It provides a user-friendly interface for users to input data without directly interacting with the underlying table structure. Forms can include various controls like text boxes, drop-down lists, and buttons to enhance the data entry process and improve user experience.