I have to create table like below using key value pair
Column1 Column2 Column3 Column4 Column5 Column6
23 ASD 10 Oct 2016(Current Date) value11 value11 value11
78 XYZ 10 Oct 2016(Current Date) value12 value14 value15
80 XYA 10 Oct 2016(Current Date) value9 value8 value5
Is that possible?
And after that i have to fetch row with using Column1 value.
if yes so please guide me for this.
I am using JAVA with Eclipse Mars.