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
- Host: GitHub
- URL: https://github.com/arnab-developer/lesson3scripts
- Owner: Arnab-Developer
- License: mit
- Created: 2013-07-06T07:31:00.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2021-04-09T11:20:34.000Z (about 5 years ago)
- Last Synced: 2025-03-06T16:54:48.826Z (over 1 year ago)
- Language: TSQL
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.