What does ":" stand for in a query ?
INSERT INTO MyTable (ID) VALUES (:myId)
How does it fetch the desired value?
Edit: Also what is that sign called? I wanted to search on google, but what's the name for ":"?
Chosen Answer: Chose the answer for the link and the upvotes. But also check Jeffrey Kemp's answer