Home  >  Article  >  Database  >  What is the difference between is and as in oracle

What is the difference between is and as in oracle

WBOY
WBOYOriginal
2022-01-21 15:33:393127browse

Difference: 1. as can be used in the view VIEW, but is cannot be used in the view VIEW; 2. as cannot be used in the cursor CURSOR, but is can be used in the cursor CURSOR.

What is the difference between is and as in oracle

The operating environment of this tutorial: Windows 10 system, Oracle 11g version, Dell G3 computer.

What is the difference between is and as in Oracle

There is no difference between stored procedures (PROCEDURE) and functions (FUNCTION);

Only in views (VIEW) Use AS but not IS;

can only use IS but not AS in the cursor (CURSOR).

Summary: To make it easy to remember, use is for cursors and as for everything else

Recommended tutorial: "Oracle Tutorial"

The above is the detailed content of What is the difference between is and as in oracle. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn