I want a table structure which can store the details of the student like the below format.
If the student is in 10 th standard -> I need his aggregate % from 1st standard to 9th standard. 5 th standard -> I need his aggregate % from 1st standard to 4th standard. 1 st standard -> No aggregate % has to be displayed.
And the most important thing is ' we need to use only one table'. Please form a table structure with no redundant values.
Any ideas will be greatly appreciated......
No friends this is not a home work. This is asked in Oracle interview, conducted in Hyderabad day before yesterday '24th July, 2010',. He asked me the table structure.
He even did not asked me the query. He asked me how I will design the table. Please advice me.