two tables with columns
studentdetails
*rollnum
*name
*section
*mobile
studentmarks
*rollnum
*maths
*physics
*chemistry
roll num in both are same
now i need a php sql query such that if i submit rollnum,i need to get all the data of that roll num
and that query must be with sql joins
thanks in advance
studentdetails
*rollnum
*name
*section
*mobile
studentmarks
*rollnum
*maths
*physics
*chemistry
roll num in both are same
now i need a php sql query such that if i submit rollnum,i need to get all the data of that roll num
and that query must be with sql joins
thanks in advance
Comment