You are on page 1of 1

stu

name

roll

age

city

roll

m1

m2

m3

roll

total

per

division

marks
res
1. wap to input name,roll,age,city & put to stu table
ensure that roll must be unique (do not use primary key in table)
2. wap to input roll,marks of three subjects & calculate
total=m1+m2+m3
per=total*100/300
division
failed
per<33
division
passed
per>=33
put roll,m1,m2,m3 into the marks table
put roll, total, per, division into the res table
3. input roll & show name,age,city,per,division,m1 of the student
4. count that how many duplicate entry of roll is in the marks table
5. count total number of failed students & total number of passed students
select name,roll,to_char(dob,'yyyy') from abc;
select name,roll,to_number(to_char(dob,'yyyy')) from abc;
create self pointer allocation for the working class to define the access memory
& process
bt.addACtionListener(this)
if(ev.getSource()==bt)
{
}

You might also like