There must be a dash name for each field in the table
Answers
Answered by
9
There must be a unique name for each field in the table
Explanation:
- Field names are nothing but names we give to each column that is present in the data table.
- In every relation table, each field should have a unique name, and one of the fields should be a primary key field.
- Select * from table_name; gives the whole information present in the table.
- Select column_name from table_name; gives the information present in that particular column.
Learn more:
1. What are the maximum and the minimum number of rows returned by the R1 right outer join R2?
brainly.in/question/21195376
2. Write SQL commands for (a) to (e) on the basis of FAMILY relation given below...
https://brainly.in/question/15115256
Similar questions