What is the difference between OODBMS and DBMS?
Third generation of database design theory.
DBMS: Database Management System
RDBMS: Relational Database Management System
OODBMS: Object Oriented Database Management System
What is a database field name?
A database field name is a unique identifier for a particular piece of data within a database table. It helps to organize and distinguish different types of information stored in the database. Each field name typically corresponds to a specific attribute or characteristic of the data being stored.
5 componets of an information system?
Could you give some examples of rdbms?
MS SQL Server, Oracle, MySQL, MS Access, SyBase, …
Regrad's
Thota Yadhunandana Naidu
+91-9900943253
What is data abstruction in dbms?
Remove all redundancy from database using Normalization to ensure almost purest form of data base is called abstraction.
literally abstraction is a process of removing unnecessary information from database.
it hide super flush information form database and gives emphasis on valuable information.
Disadvantages of Hierarchical database model?
Some disadvantages of the hierarchical database model include complexity in representing certain types of relationships, limited flexibility in querying data due to its rigid structure, and potential data redundancy issues as each child can only have one parent record.
Major difference between dbms vs rdbms?
A DBMS (Database Management System) is a software that manages databases and provides functionalities to store, retrieve, and update data. An RDBMS (Relational Database Management System) is a type of DBMS that stores data in a structured way using tables with relationships between them. RDBMS enforces the relational model, which allows for data integrity through constraints and supports SQL for querying data.
Advantages of paper based systems?
Paper-based systems are simple to use, cost-effective, and do not require electricity or technology to operate. Additionally, they offer a tangible format that is easy to organize and reference.
Storing the information several time leads to waste of storage space is called data redundacy.
Data redundancy is a term used about databases and means simply that some data fields appear more than once in the database. Data redundancy is wasteful and inefficient for several reasons and database designers attempt to eliminate it as far as possible by using a technique called data normalization.
Data redundancy occurs in database systems which have a field that is repeated in two or more tables. For instance, in case when customer data is duplicated and attached with each product bought then redundancy of data is a known source of inconsistency.
What are advantages of rdbms over dbms?
Some advantages of relational database management systems (RDBMS) over traditional database management systems (DBMS) include data integrity through the use of constraints, normalization to reduce redundancy, support for ACID transactions, and standardized SQL language for data manipulation. RDBMS also offer scalability and flexibility for complex data structures and relationships.
What are the advantages and disadvantages of a DDBMS?
Organizations may be distributed across a wide geographic area. It is natural for databases to be set up to reflect this. Local areas will keep local information and this allows local users to quickly access the local database. A headquarters may also wish to make global inquiries to local data at the local regions.
This allows users at one site to access data stored at other sites. Data is placed close to the users who normally access this data, it gives them local control and allows them to set up and establish local policies regarding the data use. A global administrator is responsible for the entire system and should help at a local level to develop and manage the dbms.
Data in a centralized DB is inaccessible if there is a problem with the DB. However i a distributed site the local data is only inaccessible and if replication is i force then all data may be available at another site.
Since data is kept local then local access is much quicker than access to a centralized DB.
A DDBMS is much more complex than a centralized DB. If there are conflicts in hardware and software in use then this may cause performance issues and the sited advantages may become disadvantages.
It is much more expensive to setup and maintain a DDBMS. More hardware is required the network maintenance is increased the communication costs increase and there will be additional labour costs.
It is much more difficult to maintain a secure network system across multiple locations. The network needs to be made secure and access to replicated data needs to be maintained across multiple sites.
What is the difference between ddbms and parallel dbms?
A distributed database management system (DDBMS) manages databases that are stored on multiple computers, often in different locations. A parallel database management system (parallel DBMS) uses multiple processors to perform operations on a single database, improving performance by dividing tasks among these processors. In essence, DDBMS focuses on data distribution and replication across different sites, while parallel DBMS focuses on high-speed data processing using multiple processors.
A query is a question you ask a database in the form of a SQL statement. When software developers develop software, they typically define certain queries with the delivered software as reports, forms, or accessible via query windows. Ad hoc queries are those that are not already defined that are not needed on a regular basis, so they're not included in the typical set of reports or queries provided with the software. They're typically queries that the user can create on their own outside the scope of the delivered software.
What is the extension of memory file in DBMS?
Database Management Systems, or DBMS, are software applications specially designed to interact with the user and other applications, as well as the database itself, to analyze data. All files in a software have file name extensions to identify their file types. For memory files .mem is the file name extension.
A database is used to organize and store information in a structured manner, making it easier to retrieve and manipulate data efficiently. It helps in ensuring data consistency, reliability, and security.
Databases are used to store, organize, and retrieve data efficiently. They help in managing large amounts of information, ensuring data integrity, and providing a structured way to access and manipulate data.
What are the Advantage and disadvantages of OODBMS?
Is a holding tank for information on the web or software which receives information?
A holding tank is a storage area in a system that temporarily holds information before it is processed or used. It can be used in web applications or software to receive and store data before further action is taken on it.
Traditional data model can be classified in four different data models and they are :-
1) Flat model : This may not strictly qualify as a data model. The flat (or table) model consists of a single, two-dimensional array of data elements, where all members of a given column are assumed to be similar values, and all members of a row are assumed to be related to one another.
2) Hierarchical model : In this model data is organized into a tree-like structure, implying a single upward link in each record to describe the nesting, and a sort field to keep the records in a particular order in each same-level list.
3) Network model : This model organizes data using two fundamental constructs, called records and sets. Records contain fields, and sets define one-to-many relationships between records: one owner, many members.
4) Relational model : is a database model based on first-order predicate logic. Its core idea is to describe a database as a collection of predicates over a finite set of predicate variables, describing constraints on the possible values and combination of values. answer given by 2shku
Internet databases are repositories of data that are stored and accessed through the internet. They allow users to store, manage, and retrieve structured information over the web, enabling a wide range of applications such as online shopping, social media, and cloud computing. Websites and applications can interact with internet databases to dynamically display and update information in real-time.
The term database was first coined by Edgar F. Codd in the early 1970s, a computer scientist working at IBM. He introduced the concept of a structured way to organize and store data, which laid the foundation for modern relational database management systems.
A hyperlink is a clickable text or image on a webpage that takes you to another webpage, document, or resource when clicked. It is commonly colored differently or underlined to differentiate it from regular text. Hyperlinks are essential for navigating the internet and connecting different pieces of information.
Three types of information contained in a hard drives partition table?
Is the grading system an effective method for assessing students?
no it really has to do with the child and how they do in school my teacher acceses us on our behavior our work and our social abilitly out listing skill and i make staight a's and im very smart
Explain two disadvantages of a paper-based database?