• Breaking News

    Display table & Distinct Clause


    Desc(describe) Table

    Describes  the columns in a table.
    Syntax:
    Desc table_name




    Distinct clause(*)

    Displaying  rows and columns of  table
    Syntax: 
    select * from table_name;
      OR
    select distinct from table_name;





    No comments