Forum Discussion
akame01233
May 13, 2024Copper Contributor
Hello guys
 I have a problem with creating a specific query.  You have three tables: one for student information including name, class (ranging from 1 to 5), and nationality (either your a national or a foreigne...
- May 15, 2024| Class | Tuition_Fee | Registration_Fee |
|---------|---------------|--------------------|
| 1 | 1000 | 50 |
| 2 | 1200 | 60 |
| 3 | 1400 | 70 |
| 4 | 1600 | 80 |
| 5 | 1800 | 90 |
Fee for nationals 
peiyezhu
May 13, 2024Bronze Contributor
Do you Need sql to retrieve data?
If so,please share some data to work with and your expected result.
If so,please share some data to work with and your expected result.
akame01233
May 15, 2024Copper Contributor
This is the data for the foreigners
Class is 1 to 5 also
The registration is from 100 to 140. ( in sequence of plus 10) and lastly tuition fee 2000 to 2800.,( sequence of plus 200) for the classes.
Sorry if I am sending this one like this.
This is list I am working with as a starter. I appreciate your reply
Class is 1 to 5 also
The registration is from 100 to 140. ( in sequence of plus 10) and lastly tuition fee 2000 to 2800.,( sequence of plus 200) for the classes.
Sorry if I am sending this one like this.
This is list I am working with as a starter. I appreciate your reply