In an object oriented database, the object ID ? 20

Updated on technology 2024-03-21
3 answers
  1. Anonymous users2024-02-07

    Answer]: This question tests the basic knowledge of object-oriented databases. The characteristics of the database depend on the practical application, and the database language must be designed to allow users to easily use these features, and the database structure should be able to support these features effectively.

    As a new type of database system, the object-oriented database should have the following characteristics: the ability to express and manage objects, and the object-oriented database system describes the real world by repaying objects and the interconnections between them; The ability to represent the structure of complex objects should have the ability to express complex objects in the real world; The ability to express and manage database changes, the ability to manage multiple versions of the same object is critical for design and engineering applications; The ability to express nested objects is an important feature of object orientation.

  2. Anonymous users2024-02-06

    Facing the BAI image database is a database schema DU, and both Oracle and PostgreSQL have DU

    Yes, there is this feature. The advantages are as follows: DAO

    1. Easy to maintain.

    The structure of the object-oriented design capacity is adopted, the readability is high, and due to the existence of inheritance, even if the requirements are changed, then the maintenance is only in the local module, so it is very convenient and low cost to maintain.

    2. High quality.

    At design time, it is possible to reuse existing, tested classes in the domain of previous projects to make the system meet business needs and have a high quality.

    3. High efficiency.

    In software development, real-world things are abstracted according to the needs of the design to produce classes. Using such a method to solve problems is close to daily life and natural ways of thinking, and is bound to improve the efficiency and quality of software development.

    4. Easy to expand.

    Due to the characteristics of inheritance, encapsulation, and polymorphism, a system structure with high cohesion and low coupling is naturally designed, which makes the system more flexible, easier to expand, and lower cost.

  3. Anonymous users2024-02-05

    Object-orientation is a kind of cognitive methodology, and it is also a new programming methodology.

    At present, the commercial database management system is dominated by relational database, and the technology is relatively mature.

    Although the object-oriented database management system is technologically advanced and the database is easy to develop and maintain, there is no mature product yet. The leading relational database management systems at home and abroad include Oracle, Sybase, Informix and Ingres. These products all support multiple platforms, such as UNIX, VMS, and Windows, but not to the same extent.

    Their platform support capabilities are compared in the analysis below. ibm

    DB2 is also a full-fledged relational database.

    However, DB2 is embedded in IBM's Hengxian.

    As Shengchang 400 series machines, only OS 400 operating system is supported.

Related questions
6 answers2024-03-21

The structure of the storage is the main basis for classifying the types of copy databases. In today's Internet, databases are usually divided into two categories, namely relational and non-relational databases. >>>More

9 answers2024-03-21

Create a database.

Select the Program Management SQL Server 2008 SQL Server Management Studio command in the Start menu to open the SQL Server Management Studio window and establish a connection using Windows or SQL Server authentication. >>>More

10 answers2024-03-21

The database is generally composed of many tables, for example, the school builds a database, which can build a student table (including the student's name, age, student number, class, date of birth), a teacher table (including the teacher's name, age, teaching class, teaching category), a report sheet (including the student's student number, and the grades of each subject), etc. These are the ways in which the files are stored in the database, and try to make sure that the items in a table are closely related and have the same attributes, if this condition cannot be met, a table must be built (the redundancy of the built table has 4 levels). In order to meet the user's query needs, we also need to make a number of views, for example, you can make a view of his items have the name of the student, age, grades of each subject, and the teacher of each subject, etc., we can also export new items according to the existing items, for the purpose of simplicity, for example, the view can add an average grade, we add different permissions and roles to each view, and provide it to different people to query to protect the security of the database. >>>More

13 answers2024-03-21

Let's say the textbox is named textbox and the string of numbers to be displayed is strfloat: >>>More

4 answers2024-03-21

There are many backup methods, the simplest is to use mysqldump >>>More