InterviewSolution
Saved Bookmarks
| 1. |
Wha is the difference between hiding and freezing a field? |
|
Answer» ong>Answer: Freezing a field means we can freeze one or more columns on a database so that they remain VISIBLE all the time on the screen WHEREAS HIDING a field means we can HIDE one or more columns on a database so that they don't remain visible all the time on the screen. |
|