It's called a loop. What I imagine when I see "cikle" is this:
Yes, you can send queries in a loop but whether that's a good idea depends on what you're doing in those queries. Doing inserts is usually not a problem but there are usually better options in the case of selects.