• Hi bitbucket-25253,

    The question says "How many rows returned by executing all of the following?" and there is only insert statement,

    the rows would be returned only when we select from @tbl.

    If you write SELECT * FROm @tbl at the end then it will return you the 5 rows.

    Please correct me if I am wrong.

    Deepak Kumar Sharma