In DB I have a table with a field called fk_ownerID. By default, when I add a new table row, the fk_ownerID is empty. In Toad for MySQL, this is sh
fk_ownerID
select FOUND_ROWS();
will return no. of records selected by select query.