Working with databases/Database queries/Modifying queries/Model answers
From WikiEducator
Model answers
Compare your answers to ours:
| Fields greater than 10 | >10 |
| Fields that contain anything starting with a J | “J*” |
| Fields less than or equal to 105 | <=105 |
| Fields that contain only the word Steve | "Steve" |
| Fields that equal 7 | =7 |
| A Field that contains anything ending in ing | "*ing" |
| Fields that contain any word starting with th | "th*" |
| Fields that end with nd | "*nd" |
| Fields larger than 1000 | >1000 |
Return to Modifying queries
