answersLogoWhite

0

These words are probably written as "Do you row the boats there?"with a question mark at the end, so it is a question asking if you row the boats at a certain place, rather than a statement or assertion. You would recognise this when it was spoken because the person saying the sentence would raise their voice slightly when he or she said "there?".

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

Do boats travel?

Boats don't travel on it's own. People steer it and maybe, in a row boat, the row the boat.


What are row boats made out of?

Wood


What kind of boat uses oars?

row boats


What were row boats called in the olden days?

Higgins boats oh yeahs


What are row level and statement level triggers?

The FOR EACH ROW option determines whether the trigger is a row trigger or a statement trigger. If you specify FOR EACH ROW, then the trigger fires once for each row of the table that is affected by the triggering statement. The absence of the FOR EACH ROW option indicates that the trigger fires only once for each applicable statement, but not separately for each row affected by the statement.


What are the different kinds of boats?

There are sail boats, ugly boats, pretty boats, speed boats, fun boats, unfun boats, amazingness boats! i luv boats! i own a boat!!there are sail boats row boats speed boats paddle boats


In what year were row boats invented?

need it for a project


What is the name of a row boats paddle?

They are called oars.


Why did the Vikings' boats have one sail?

The Vikings' boats had one sail because they also had oars with which to row.


On saints row 2 how do you customize boats?

You cant custmize planes and boats on ps3 but u can on pc


What are some kinds of boats?

row boat, paddle boat, motor boat, sail boat, cargo boat, speed boat, and fishing boat


Difference row level and statement level triggers?

1) row level triggers can be identified by FOR EACH ROW is declared in the trigger declaration row level trigger is fired internally when any DML operation is occur in in any object like table it will fire for each row example: if any delete statement is occured for 30 records it will fire for 30 times. 2) Statement level triggers without declartion of FOR EACH ROW is statement level trigger is fired for every completion of statement example delete statement is occured for 3o records it will fire after the 3o records have been done