美文网首页
PL/SQL quez

PL/SQL quez

作者: LunarShade | 来源:发表于2017-12-24 15:22 被阅读0次

    1. literals是什么意思? P27

    2. case statement 和 search statement 有什么区别? P42

    3. 12章这个procedure是不是可以看成编程语言里的方法? 和13章的function的区别就是function会返回参数?P65

    4. transaction 翻译过来是什么意思? P104


    P24:插入表的时候:最后一列报错

    PL/SQL procedure successfully completed.

    Error starting at line : 11 in command -

    INSERT INTO CUSTOMERS (ID,NAME,AGE,ADDRESS,SALARY)

    VALUES (6, 'Komal', 22, 'MP', 4500.00 )

    Error report -

    ORA-00001: unique constraint (SCOTT.SYS_C0015757) violated


    相关文章

      网友评论

          本文标题:PL/SQL quez

          本文链接:https://www.haomeiwen.com/subject/grkhgxtx.html