• Breaking News

    Inserting rows into table


    The INSERT INTO statement is used to insert new records in a table.
    Syntax:
    INSERT INTO table_name VALUES (‘&col_name1′,’&col_name 2′,’& col_name3’, …);




    No comments