About 14,200 results
Open links in new tab
  1. COMMENT - Oracle Help Center

    Use the COMMENT statement to add to the data dictionary a comment about a table or table column, unified audit policy, edition, indextype, materialized view, mining model, operator, or view.

  2. Oracle / PLSQL: Comments within SQL - TechOnTheNet

    This Oracle tutorial explains how to use comments within your SQL statements in Oracle / PLSQL with syntax and examples. Did you know that you can place comments within your SQL statements in …

  3. PL/SQL Comments - GeeksforGeeks

    Jul 23, 2025 · Oracle PL/SQL supports two main types of comments: 1. Single-Line Comments. A Single line comment starts with the (--) double hyphen. It will affect the whole line (till end of line). We don't …

  4. PL/SQL Comments - Oracle Tutorial

    Learn how to use PL/SQL comments including single-line and multi-line comments that allow you to improve the readability of your code.

  5. SQL Comments: Syntax, Best Practices, and Dialect Differences

    Feb 4, 2026 · Learn how to write effective comments in SQL statements. Explore syntax for Oracle, SQL Server, MySQL, and PostgreSQL, best practices, optimizer hints, documentation patterns, and …

  6. How to Add / Remove comments to a table or column using the COMMENT

    Feb 6, 2025 · How to Add / Remove comments to a table or column using the COMMENT ON statement. In Oracle, you can add comments to a table or column using the COMMENT ON …

  7. oracle database - What Is The Correct Way To Comment in SQL?

    Dec 22, 2019 · Simply naming the variable correctly eliminates the need for a comment. Both of your example is correct and it is good practice of doing comment in sql script.

  8. Comments - Oracle

    A statement block can have only one comment containing hints, and that comment must follow the SELECT, UPDATE, INSERT, or DELETE keyword. The following syntax shows hints contained in …

  9. Oracle Comments - SQLS*Plus

    Aug 13, 2020 · There are two syntaxes that you can use to create a comment within your SQL sentences in Oracle/PLSQL. Syntax for creating SQL comments in Oracle using characters –: In …

  10. Comments Style - PL/SQL & SQL Coding Guidelines - GitHub Pages

    To comment the source code for later document generation, comments like /** ... */ are used. Within these documentation comments, tags may be used to define the documentation structure. Code …