write a sql query following source?
subject mark
maths 30
science 20
social 80
requird output
maths science social
30 20 80
Answer Posted / srikanth
select (select marks from sub where subject='maths') maths,
(select marks from sub where subject='science') science,
(select marks from sub where subject='social') social from
sub group by 1;
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Difference between Data and Index Caches?
What are pre and post-session shell commands?
What are the differences between oltp and olap?
HOW TO PROCESS THE ROWS FROM JOINER AND EXPRESSION TRANSFORAMTION TO SORTER TRANSFORMATION
Suppose we have a source qualifier transformation that populates two target tables. How do you ensure tgt2 is loaded after tgt1?
Clarify the aggregator change?
Scheduling properties,whats the default (sequential)
what are the different types of transformation available in informatica. And what are the mostly used ones among them?
How to update or delete the rows in a target, which do not have key fields?
How to create or implement slowly changing dimension (SCD) Type 2 Effective Date mapping in informatica/Flagging mapping in informatica/visioning mapping in informatica?
what is the end to end process meaning in my project(my project is development)and functionality plz tell me
How can we improve session performance in aggregator transformation?
What is workflow? What are the components of the workflow manager?
Explain in detail about scd type 1 through mapping.
Name at least 5 different types of transformations used in mapping design and state the use of each.?