Consider the following relation.
Student(id, name, marks)
which of the following is used to describe relation in SQL?
1
describe student;
2
Select * from student;
3
Select * student;
4
More than one of the above
5
None of the above
Consider the following relation.
Student(id, name, marks)
which of the following is used to describe relation in SQL?