Q: Please define a ROW.
Many times, the term ROW is also interchanged with the term RECORD.
In Stackby, is a ROW a field that holds records, or is a ROW considered a unit of data (RECORD)
For example, if my Database has First Name, Last Name, and Email address. Are these 3 fields just 3 ROWS in Stackby? Then i can have unlimited data in these 3 fields?
OR if I have these 3 fields with 1000 clients' data in them, is that considered 3000 ROWs?
naturalsleepcoachMar 28, 2025
Founder Team

Rachit_Stackby
Mar 30, 2025A: Hi there,
Row = Record (like in a normal table)
If your database has first name, last name etc. - those are considered as columns or fields.
If you have 1000 client data, they will be considered as 1000 unique rows.
Share
Helpful?
Log in to join the conversation