Student lectures, subjects and locations are stored in a table like this and now we are in record ID number 154.
We know that the next 32 lectured will be presented by jack on politics ,but we dont know about the exact location(lectureplace). Can we instantly fill the next 32 records with the data that we know, such as student name and subject, but the lectureplace is left blank and it will be filed later when we know about the location? The resultant table will have ID from 155 to 187, stunetname:jack, lecturesubject: politics but the location will be filled later when the place of the presented lecture is known .
Please lets forget if this job makes sense or not, and lets think if this is possible to be done.
Thank you
Code:
ID studentname lectureplace lecturesubject
1 jack A politics
2 steve A politics
3 jack B math
4 steve A politics
5 jack B politics
6 joe A politics
. . . .
. . . .
154 Jane B Geography
Please lets forget if this job makes sense or not, and lets think if this is possible to be done.
Thank you