what is normalization?
what is denormalization?
Answer Posted / hari
Normalization - is the process of desing of the datamodel
and effocential storre the data in database
| Is This Answer Correct ? | 10 Yes | 8 No |
Post New Answer View All Answers
What is TDS(Tabular Data Stream) Gateway?
What is the difference between TRUNCATE and DROP?
In which sql server version report builder introduced?
How to convert character strings into numeric values?
What is difference statement and preparedstatement?
Can you name some of the dml commands in sql?
When is the use of update_statistics command?
What is a unique index?
How you can get a list of all the table constraints in a database? : Sql server administration
I have a table Events Events containing cardno,time,id,name--each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible
what are isolation levels? : Sql server database administration
What is intellisense?
What is extent? Types of extents?
Create and insert into temp table in sql server?
How many columns can exist together per table?