Explain Normalization concept?
Answers were Sorted based on User's Feedback
Answer / prasadhari_m@yahoo.com
Noramalization is process of desinnig the datamodel to
effentionley store the data in a database. to reduce the
redundancey.
1st normal form : Elimanate repating groups in individual
tables
Create separate table for ecah set of related data
Identify each set of related data with a primary key.
2nd normal form : Create separate tables for sets of values
that apply to multiply records
->relate these tables with a forgien key
3rd normal form : Elimanate fields that do not depend on
the key
Is This Answer Correct ? | 29 Yes | 2 No |
Answer / neha keshri
The usual approach in normalization in database
applications is to ensure that the data is divided into two
or more tables, such that when the data in one of them is
updated, it does not lead to anamolies of data.
Is This Answer Correct ? | 5 Yes | 1 No |
how we connect the data base in any programme
what is the difrence between sql and pl/sql
A company wants to store their invoices in a database. They already have their customers and articles in that database. Both customer and article are each identified by an unique integer value. Please create the SQL statements for creating the necessary table(s) for storing the invoices in a MySQL database. An invoice should hold information like invoice number, customer, date, article(s) and quantity etc.
Explain GRANT command in MySQL.
What is normalization and list the different types of normalization?
What is required to create mysql database?
mazimum size of a database in mysql? when we create a table then how many tables actually created? write there name?
What is regexp?
Write a command to list all databases in mysql?
What sql does mysql use?
Give the syntax of Grant and Revoke commands?
How to give user privilages for a db. Login as root. Switch to the mysql db. Grant privs. Update privs.