answersLogoWhite

0

📱

Database Programming

Databases are collections of tables that maintain and display information, often collaboratively; this information can be used for interaction with an application or gaining general knowledge. Questions about database engines and modifying or using them belong in this category.

8,803 Questions

What four main types of action are involved in database briefly discuss each?

Defining a database involves specifying

the data types, structures, and constraints for the data to be stored in the database.

Constructing the database is the process of storing the data itself on some storage

medium that is controlled by the DBMS. Manipulating a database includes such functions

as querying the database to retrieve specific data, updating the database to reflect changes

in the miniworld, and generating reports from the data. Sharing a database allows

multiple users and programs to access the database concurrently.

What is difference between object and entity?

A database object is represented as one of the following:

database, schema, table, column, primary key, and foreign key

A database Entity is:

An entity is a thing or object of importance about which data must be captured.

All things aren't entities - only those about which information should be captured.

Information about an entity is captured in the form of attributes and/or relationships. If something is a candidate for being an entity and it has no attributes or relationships, it isn't an entity.

Database entities appear in a data model as a box with a title. The title is the name of the entity.

Difference between a manual payroll system and a computerised payroll system?

a manual payroll is a system wherein a company computes payroll manually.It is a state where the human resource or the manager doesn't need any computer while the computerized payroll system is a system wherein a certain company uses a computer or a program for payroll to calculate the payroll easily. Computerized payroll system can help for the accounting department to work easily.

1 What was the key weakness that Škoda was able to identify?

Skoda able to identify Brand Position was one of the weakness for Skoda in the highly competitive fragmented market by positioning the brand as low budget or low quality vehicles which caused Skoda to get 1.7% of the market share, because the company used to manufacture cars of poor image of quality, design, assembly, and materials, which leaded customers to perceive the brand image as poor image for majority consumers compare to other competitors like Ford, Peugeot, and Renault. By looking business model, example General Electric business model that say business organisation can determine its self by looking factors like Business Strengths (strong or average or weak) in the market and industry attractiveness (high or medium or low) at that market. According to that model that means the Skoda had probably weak business strength and its industry attractiveness was probably strong in the market.

The analysis gave clear direction to Skoda that there is need to Partnership with Volkswagen by raising strategic alliance between themselves which leaded the Skoda to change the negative image in the market. Also Skoda management did understood that they need to correct old perceptions by stop being defensive in promotional campaigns and change market message as Skoda owners need to be happy and contented with their cars, Also convincing users that Skoda cars were great to own and drive.

Read more: http://www.ukessays.com/essays/education/international-business-case-study-in-skoda-company.php#ixzz2MF0Rsa6D

ER Diagram for purchase and inventory system?

An ER diagram for a purchase and inventory system typically includes entities such as Product, Supplier, Customer, Order, and Inventory. The Product entity would have attributes like ProductID, Name, and Price, while Supplier would include SupplierID, Name, and ContactInfo. Relationships would show that a Supplier can provide multiple Products, a Customer can place multiple Orders, and each Order can include multiple Products, affecting Inventory levels. The Inventory entity would track quantities of each Product available, linking back to the Product entity.

Maximum length of a varchar field in SQL Server?

12,500 is the maximum length of a varchar field. The nVarchar field has the same limitation however you will use twice the data store space with an nVarchar as it is effectively the same as a varchar with the exception that it will store data required for international character sets. If you support a multi-language system then you will want to use a nVarchar character type for these fields.

What is hierarchical structure in dbms?

In hierarchical database structure, data elements are linked together as an inverted tree structure. there's a root data element, below the root ,there are subordinate elements, each of which has its own subordinate elements and so on. It can have multiple levels. Data elements have parent-child relationship. A parent data element can have more than one subordinate elements, but a child can be connected with only one parent. Its limitation is it cannot provide flexibility in data access. because every data element can be accessed through a definite path from the root data element. All the relationships between data elements should map properly when tree structure is first designed.this database model is used in several database applications because data elements of several applications can be organized as a hierarchical tree structure.

What are three anomalies that are likely result to data redundancy?

The three types of anomalies likely to show up are: Insertion, Deletion, and Update anomalies.

An example of a pre-digital database is?

everything is digital bases, books,articles homework all that is digital database.

Meant of transaction and important limits in DBMS?

Transactions' Importance:

Users can submit transaction and can think of each transaction as executing by itself.

A transaction might commit after completing all its actions, or it could abort(or be aborted by the DBMS) after executing some actions.

What is a special database that holds key information about your system including the device drivers?

A computer is made up of many technical systems. The registry is a special database that holds key information about your system, including the device drivers.

Data conversion and loading in database?

By data conversion we mean the data is first processed. The data after processing is ready to store in database. And from the database we can retrieve it for our use.

Four advantages of manual payroll system?

Many small businesses choose a manual payroll system over a computerized one. Four advantages to this are it is less costly to set up, there is less training involved, no danger of losing data in a computer crash, and it is more personal to the employees.

Dfd level 0 and level 1of inventory management system?

A Data Flow Diagram at level 0 starts with the management of products, which is controlled by the store keeper whose responsibility it is to respond to the demand for products. Level 0 is a simple flow diagram with only one channel. At level 1 an administrator will register, update, and search products then inform a store keeper of demand. The store keeper will respond to the demand and report back to the administrator.

What are the three benefits of hierarchical network model?

Reduced content for bandwidth

Increased fault tolerance of the network

Simplification of management and troubleshooting

Describe the approach taken to the handling of data in the early file-based?

In the early file based system their all data was in written form, due to the lake of education, due to the in-femelarity with new techniques, lake of computer knowledge so all the data required would be stored in a file or files owned by the programs.

Clearly, each program was responsible for only its own data, which could be repeated in other program's data files. Different programs could be written in different languages, and would not be able to access another program's files. This would be true even for those programs written in the same language, because a program needs to know the file structure before it can access it.

What is data granularity in a data warehouse?

Granularity refers to the level of detail or summarization in the units of in the data warehouse (Inmon, WH 2002). For example, one of the dimension might be a date/time dimension which could be at the year, month, quarter, period, week, day, hour, minute, second, hundredths of seconds level of granularity. High granularity means that the data is at or near the transaction level, which has more detail. Low granularity means that the data is aggregated, which has less detail.

Design of a sale and purchase database?

I shall give you a solution to what i think it is, if i am wrong, post back with further queries.

First of all what tables you need depend entirley on what information your company is interested in retaining. I will assume all and you can delete as nesseccary

First of all there should be a person and a product table:

PERSON (person_ID*, name, start_date, end_date)

PRODUCT (product_ID*, name, description, price, colour, weight, size, stock, start_date, end_date) //add more fields as nesseccary

if you want to keep track of your staff make a staff person table:

STAFF_PERSON (sp_ID*, staff_ID, person_ID, start_date, end_date) //assuming a staff table exists already

Then you are going to want a customer table:

CUSTOMER (customer_ID*, person_ID, name, start_date)

Then tables to connect customer to person and customer to product:

CUSTOMER_PERSON (cp_ID*, customer_ID, person_ID, start_date, end_date) //this is to keep track of your customers names and other details that might be in the person table

PRODUCT_CUSTOMER (pc_ID*, customer_ID, product_ID, staff_ID, start_date, end_date) //this is to keep track of which products have been sold to which customers. (I put the staff_id in this in case you need to know who sold it for commision)

This is only a very simple solution, but I think it will give you the gist of what needs to be done. If you need more help with, or I didnt answer your question then just repost here and i wil get back to you.