taracoder

Taracoder is a software development company delivering innovative, scalable, and reliable digital solutions for businesses worldwide. We specialize in both product development and service-based solutions, helping startups and enterprises turn ideas into high-quality applications. Our expertise includes web and mobile application development, API integrations, cloud solutions, and enterprise software systems. We focus on clean architecture, modern technologies, and performance-driven development

Thursday, December 3, 2020

DBMS Lab Expriment Assignment-10 full solution

 


1.     Retrieve and print the data of an employee having name=’Rishi' using Record.



2.     Retrieve and print the data of all the employees using Explicit Cursors.



3.     Write a PL/SQL code block to display the names and GPA of students from student table using an explicit cursor.




4.    Write a PL/SQL code block that displays the names, GPA of students along with the grades of students after calculation from student table using an explicit cursor.

Add a column grade to the student table; update the grades of students to the table after calculation. (The criteria of grade can be considered as grade = A if gpa>3.7; and grade = B, otherwise).




No comments: