answersLogoWhite

0

Database Design

Database design is the process of creating a detailed data model of a database. It is the next step after requirement gathering and before coding begins. A good database design can save a lot of time during the database development.

1,295 Questions

What is a user name in a database?

It can refer to someone who can use the database. There may be security on it, meaning they have to log on to use it or do some things with it. They would be given an account, and as part of that they would have a user name an a password.

Why it is important to organize information in a database?

If it is not organised, a database is useless. A database is a file of organised and structured data. If you take a phone book, although there are thousands of names in it, you can very quickly find the number that you are looking for. That is because it is organised, with names in columns, addresses in columns and numbers in columns, and the entire phone book has the entries entered in alphabetical order. If you had another phone book, with all the same names, address and phone numbers, but they were not organised, it could take you hours to find the number you were looking for. So if data is organised in a database, then it is much easier to work with it, not just for finding data, but also for doing many other things with it. A badly designed database will result in lots of problems when you try to use it. So it is very important to properly design a database so that all of the data is organised in it.

Is non key is same as those key that are not primary key?

A non-key field can be any field in the table that is not the primary key. During the process of normalisation identifying non-key fields is important, as they and other fields may be moved and new tables created. Foreign keys will be left in the table.

What is the meaning of database design?

There is only one meaning of the words database design. Data base design means the process of creating a very detailed data model of a database. It is used for a database, of course.

Hello,

Database design is part of system development, it is the process of producing a detailed data model of a database. A database is a collection of information that is organized so that it can easily be accessed, managed, and updated. Databases are used everywhere in the world of web development.

- conceptual database design

- logical database design

- physical database design

Database designing , website designing & development requires proper knowledge about that. If anyone wants more information about that can communicate with the Hvantage Technology. I also visited this site it has all related information.

What are database constraints?

Constraints put conditions at table level. There are 5 database constraints:

1. unique

2. not null

3. primary key

4. foreign key

5. check

What is a macro in a data base?

A macro is a short piece of programming code. It can be used in a database to carry out some simple automated tasks, like running a query or opening a form. It can then be attached to a button so that it runs when the button is clicked.

How primary keys in database are denoted?

In the actual SQL, by means of the primary key constraint.

Where can one find information about restoring a database?

There are several places on the internet to find information about restoring a database. Microsoft user forums have information, particularly with relation to their "SQL server management studio" software. Many people have written blogs about the subject that may also be useful.

What are the two main approaches suggested for efficiently implementing a view for querying?

Most DBMS's will support these two syntaxes:

CREATE VIEW view_name AS SELECT col1, col2, col3 FROM table_name WHERE condition;

Where column names are just copied from the query

and:

CREATE VIEW view_name (colA, colB, colC) AS SELECT col1, col2, col3 FROM table_name WHERE condition;

Where column names are specified.

What does it means not qualify a column in using clause?

Column names do not have to be unique within a database; they only have to be unique within a particular table. If a query joins two table where each contains a field with the same name and that field is specified in the SELECT or WHERE clause, not qualifying the column name with the table name results in ambiguity as to which field is desired.

What does BPC stand for?

Beyond the Point of Caring

Black Plastic Crap

Baby Penis Clit

Beautiful Peoples Club

It is always good to have some context, when interpreting an acronym, since more than one interpretation is almost always possible. In the case of BPC I would suggest the following:

Basic Personal Computer

Bipartisan Political Committee

Big Piece of Cheese

British Petroleum Company

Beyond Petty Concerns.

What contains a complete records of all activity that affected the contents of the database during a certain period of time?

That is usually referred to as a log file. A database will typically have more than one of these and switch from one to the next as each fills up, overwriting the old log data. This prevents all of the log data being wiped out at once, just that in the oldest-written file.

How can you contact a database administrator?

One can contact a database administrator from a wide variety of sources, including but not limited to websites run by companies such as Virtual DBA and IDPP.

What is an inexpensive way to backup a database?

An inexpensive way to backup a database is to use an online cloud storage service. Dropbox is a good service to use, but they have a limit to how much one can use. One can purchase a subscription to Dropbox for more storage.

Where can one find a database of film scores?

You can find a database of film scores online at the Film Tracks website. Other features of this site include reviews, ratings, awards, tributes and a public forum.

What should you not store in a database?

You should not duplicate any data. A properly designed database will reduce the amount of duplication. So once it is in the database once, you should not need to enter it again. It wastes space and can lead to inconsistencies in the database.

You should also not store any data that can be calculated from other data that is already in the database. For example, if you have the date of birth stored, there is no need to store the age, as the age can always be calculated from the date of birth. Another reason for not storing the age is that it will need to be updated to keep it accurate. So if you entered your age today, it would still be the same in the database in a year from now or ten years from now. It will not automatically update. If you did not have the date of birth, there would be no way of knowing that the age was accurate, so you should store the date of birth, not the age.

Other things can also be calculated, like if you have the amount of hours and the rate of pay then the actual pay can be calculated, or the cost of a product and the amount sold will enable you to calculate the revenue. So anything that can be calculated from existing data should be left out and just generated through other methods, with formulas on forms or reports and most especially with queries.

Why does a database need to be persistent and organised?

Because it is the only way how it fits to its data (for example names and ages of certain definite persons). But there was an attempt how to let database to be organised automatically. It was the application Lotus Agenda.

Will the liner panel for a Butler roof system support the weight of an employee during the erecting of the roof system?

The liner panel for a Butler roof system will support the weight of several weighing up to 300 pounds and their equipment during the erecting of a roof system. Safety standards require that the structure be able to hold at least one ton of weight.

What does the term table mean?

In database, Table refers to a structure which contains rows and columns. Data can be stored in these rows and columns in arranged manner.

What are the advantages of performing a database normalization?

There are many advantages of performing a database normalization. Some of the advantages include faster index searching, data commands are faster with less indexes and a more compact database with less null data.

What is the meaning of boolean in database?

There could be two such meanings with regards to databases. A boolean type field is one which can only have one of two values. (The method by which the two values are signified isn't important, as long as it's consistent - usual methods are T/F, Y/N and the like.) A boolean expression is one that evaluates to either a true or false value and is typically used in WHERE and HAVING clauses as well as CASE structures. (For example "WHERE termination_date IS NULL" in a query against an employee database would only select those rows where the expression is true, i.e., the employee does not have a termination date, indicating they are active employees.)

What is a an example of a primary key in access?

A primary key in Microsoft Access is a unique identifier for each record in a table, ensuring that no two records can have the same value for that key. For example, in a table of employees, the "EmployeeID" field can be set as the primary key, as it uniquely identifies each employee. This prevents duplicate entries and maintains data integrity within the database.

What is an unlikely primary key?

A first name, a surname, a date of birth, and an address are just some examples of fields that would not be used as primary keys. Lots of people will have the same name or same date of birth and you could have people in your database that are living at the same address, so they are likely to be duplicated and so none of those fields should be used as primary key fields.

What is a database required field?

It is a field in a database that cannot be left empty when data is being entered. This is because it stores critical information. For example, if you are buying something online, then you need to have a credit card number, so that you can make your purchase. So when storing your details, it is essential that a credit card number is entered. Without it, a transaction cannot happen. So it would be a required field for that database. Some other fields can be left empty if you want, as they are not required fields.