desc table in sql code example
Example 1: describe table in sql
desc <table name>;
Example 2: sql desc
Used with ORDER BY to return the data in descending order.
Example: Raddish, Peaches, Bananas, Apples
desc <table name>;
Used with ORDER BY to return the data in descending order.
Example: Raddish, Peaches, Bananas, Apples