What is database normalization?
Answer Posted / maskfriend
Normalize the data from the detabase.It reduces by the
normalisation rule like(there are 4 normalization rule and
BCNF)
| Is This Answer Correct ? | 10 Yes | 11 No |
Post New Answer View All Answers
What is the largest component inside a field?
What's the information that can be stored inside a bit column?
Describe in brief authentication modes in sql server.
Explain system functions or built-in functions? What are different types of system functions?
IF more than one Site is accessing the same Database server and I want to move the DB with Minimum down time? How will you do
Explain powershell included in sql server 2008?
What are the advantages of policy management?
What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.
What are parameterized reports? What are cascading parameters in ssrs reports?
What types of Joins are possible with Sql Server?
what is bit datatype and what's the information that can be stored inside a bit column? : Sql server database administration
What is the difference between Clustered and Non-Clustered Index?
What are the requirements to use odbc connections in php scripts?
What are sub reports?
Why should one not prefix user stored procedures with ‘sp_’?