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 do you know about system database? : sql server architect
What do you mean by Correlated subquery?
Can we use commit inside the trigger? If not then how can we save the transaction made by the trigger?
What is indexing and what are the different kinds of indexing?
What is n tier architecture with example?
Explain about the process which takes place to execute a stored routine?
What is the difference between 3 tier and 3 layer architecture?
Why fastload support to empty table?
What is Relationship set?
what is the difference between LENGTH AND SIZE?
What is DDL (Data Definition Language)?
What is 3NF?
What is the difference between stored procedures and stored functions in oracle?
What is E-R model?
What is join dependency and inclusion dependency?