From e1a9ac3ba5eaf1a3013db089c427a7ea06fd0905 Mon Sep 17 00:00:00 2001 From: AnkitKumar Singh <52848024+Anki7s@users.noreply.github.com> Date: Sat, 20 Jul 2019 10:22:55 +0530 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index ef319b8..8f65a5a 100644 --- a/README.md +++ b/README.md @@ -34,18 +34,18 @@ 14. Temporary Table can be created using #, ## or Table Variable. 15. **';'** should be specified at the termination of every statement. 16. **';'** always required for Common Table Expressions and Service Broker Commands. -17.Code must contain comments. -18.Remove unwanted code. -19.Entity name should be plural. -20.Primary key should be NOT NULL AND AUTO_INCREMENT. -21.While inserting values in table - 1.don't insert the value of auto incremented columun. - 2.Inserting values should be in same case it means data should be consistant. -22.While creating table obey all the rules of Normal Forms. -23.Explicitly specify the order of column Like ASC or DESC. -24.View name should start with 'V' - Ex.[vEmployee] +17. Code must contain comments. +18. Remove unwanted code. +19. Entity name should be plural. +20. Primary key should be NOT NULL AND AUTO_INCREMENT. +21. While inserting values in table + 1. Don't insert the value of auto incremented columun. + 2. Inserting values should be in same case it means data should be consistant. +22 .While creating table obey all the rules of Normal Forms. +23 .Explicitly specify the order of column Like ASC or DESC. +24 .View name should start with 'V' + Ex.[vEmployee] -25.Schema should be required for tables. -26.All predefine clauses name sholud be in capital letters. - Ex.FROM,SELECT etc. +25. Schema should be required for tables. +26. All predefine clauses name sholud be in capital letters. + Ex.FROM,SELECT etc.