InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Prompt-for & Set? |
|
Answer» Prompt-for: This is USED to GET input for both VARIABLE and database. SET: This is used to get input only for variable. Prompt-for: This is used to get input for both variable and database. Set: This is used to get input only for variable. |
|