There was an error while loading. Please reload this page. This project aimed to build queries and insert results into tmp tables through a stored procedure to create ...
create table stud_marks(name varchar(20),total_marks int(5)); create table Result(roll_no int(3) primary key,name varchar(20),class varchar(20)); insert into stud ...