Best Example to Understand Describe Command in SQL
Describe Command in SQL Learn what is the use of describe command in SQL. This comment gives information about the fields in a table. Ex: CREATE TABLE EMPLOYEE ( empId…
Describe Command in SQL Learn what is the use of describe command in SQL. This comment gives information about the fields in a table. Ex: CREATE TABLE EMPLOYEE ( empId…