An open API service indexing awesome lists of open source software.

https://github.com/arnab-developer/lesson3scripts

Database problem solution - Lesson3
https://github.com/arnab-developer/lesson3scripts

Last synced: 4 months ago
JSON representation

Database problem solution - Lesson3

Awesome Lists containing this project

README

          

1. Create a table to store students information with (roll number, name, physics grade, chemistry grade, math grade, total grade, avarage grade and grade value)
2. Insert some demo data inside the table.

Now perform the following operation:

4. Display the student name and grade value who have 'excellent' grade.
5. Display student records who have 'i' in third char name.