Database Developer Question:
Tell us what do you mean by table and field in SQL?
Answers:
Answer #1A table refers to a collection of data in an organised manner in form of rows and columns. A field refers to the number of columns in a table. For example:
Table: StudentInformation
Field: Stu Id, Stu Name, Stu Marks
Table: StudentInformation
Field: Stu Id, Stu Name, Stu Marks
Answer #2A field is the intersection of a row and a column. It's similar to what we call a "cell" in a spreadsheet.
Previous Question | Next Question |
Tell me what are aggregate functions in SQL? | Tell me what do you mean by ROWID ? |