What is normalization and types of normalization?
Answer Posted / tariku
a systematic way of ensuring that a database structure is
suitable for general purpose querying & free of certain
undesirable characteristics insertion,update,& deletion
anomalies that could lead to a lose of data integrity
Is This Answer Correct ? | 31 Yes | 19 No |
Post New Answer View All Answers
Can function return multiple values in sql?
How to handle bulk data?
What is nvarchar in sql?
What are instead of triggers?
What are joins in sql?
Why do we need view in sql?
What is db journal file?
define sql update statement ? : Sql dba
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this
Why we use join in sql?
Can we use pl sql in mysql?
Can we edit a view in sql?
What is difference between db2 and sql?
How to use sql statements in pl/sql?
How many row comparison operators are used while working with a subquery?