What do you mean by table and field in SQL? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What do you mean by table and field in SQL?

🙄🙄

10th Oct 2020, 1:53 PM
Ummekulsum Shaikh Rafique
Ummekulsum Shaikh Rafique - avatar
3 Answers
+ 5
Records and Fields in SQL Tables contain rows and columns, where the rows are known as records and the columns are known as fields. A column is a set of data values of a particular type (like numbers or alphabets), one value for each row of the database, for example, Age, Student_ID, or Student_Name. For more see this:https://intellipaat.com/blog/tutorial/sql-tutorial/tables-in-sql/
10th Oct 2020, 2:09 PM
Matias
Matias - avatar
+ 7
https://www.sololearn.com/learn/SQL/1870/ https://www.sololearn.com/learn/SQL/1865/ Have a look ⬆️⬆️
10th Oct 2020, 2:01 PM
Matthew
Matthew - avatar
+ 2
Ever used a spreadsheet program? like MS Excel? well, the excel sheet is much like a table, it has rows (spans vertically), and columns (spans horizontally). A row in a sheet is a record, and any column in a row is a field.
10th Oct 2020, 2:13 PM
Ipang