Rows? Well in database every time you add data a new row is created automatically or (rarely) manually. They are added throughout functions like addRow() depending on programming language programmatically. The functionality to add db rows is enabled by drivers which are often present in the framework by default.