A relational table stores a collection of related - | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

A relational table stores a collection of related -

20th May 2018, 7:03 PM
Sibusiso Sithole
Sibusiso Sithole - avatar
2 ответов
0
Related data
20th May 2018, 8:39 PM
Xpl0it
Xpl0it - avatar
0
For example. If you need to store user information, you would need usernames and passwords. If you need to store other information about the users like their emails and addresses, you'd store usernames, passwords, emails, and addresses in one table. Then their specific account details can be in another table. These would be columns in one table: username password email address
20th May 2018, 8:42 PM
Xpl0it
Xpl0it - avatar