Answer Posted / 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 |
Post New Answer View All Answers
I've looked but can't find a MySQL equivalent for MS SQL's xp_cmdshell. I have 7z files that I want to unzip and load into MySQL. I'm trying to write a sp to do the unzip, but I can't find a way to do that. Can anyone provide an example of a similar process in Windows? TIA.
What is 'mysqld'?
What is mysql workbench used for?
what is the difference between the nvl function, ifnull function, and the isnull function? : Mysql dba
What is database engine in mysql?
How to Set a root password if there is on root password.
What you can use regular expression for in mysql?
What does innodb stand for?
What are date and time intervals?
How does limit work in mysql?
Write a query to find duplicate rows in table?
How to delete a database from mysql server.
What is mysql_query?
Write a command to view mysql database table structure?
What are views in mysql?