Can somebody helps me to arrange these into ascending order
depending on their sizes:
1)OLTP 2)ODS 3)DWH 4)DATA MART
Answer Posted / satish
select colname from tablename order by length(colname)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is 2 tier 3 tier architecture?
What is 5NF?
What is raid and what are different types of raid configurations? : sql server architect
Define the "integrity rules"?
Explain the microsoft sql server delete command? : sql server architect
What is 4NF?
Describe the three levels of data abstraction?
When is a functional dependency F said to be minimal?
Explain what are the database objects? : sql server architect
What is Domain-Key Normal Form?
How is the data structure of System R different from the relational structure?
What do you mean by flat file database?
Are the resulting relations of PRODUCT and JOIN operation the same?
What are the levels of architecture?
What are the three tiers in a 3 tier architecture?