Database Developer Question:
Download Questions PDF

Tell us what do you mean by table and field in SQL?

Answers:

Answer #1
A 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

Answer #2
A field is the intersection of a row and a column. It's similar to what we call a "cell" in a spreadsheet.

Download Database Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what are aggregate functions in SQL?Tell me what do you mean by ROWID ?