Answer Posted / r.s.chauhan
When query is fetching Data from different-2 and small
fragmented tables then we have to De-normalize.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is an intersect?
What is the difference between having and a where in sql?
How do I save the results of sql query in a file?
What is bulk collect in pl sql?
How to select unique records from a table?
what are the differences between require and include, include_once and require_once? : Sql dba
Why do we create views in sql?
What is sql key?
What is dense_rank in sql?
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
What are the limitations of sql express?
What is crud stand for?
How do you remove duplicates without using distinct in sql?
Enlist the data types that can be used in pl/sql?
What are predefined functions in sql?