1017 database indexes, views, materialized views

Source: Internet
Author: User

--Get the current value of the sequence select Sq_test.nextval from  dual;  --Remove a value select Sq_test.currval from dual;  --Current value insert into T_user values (Sq_test.nextval, ' Zhang San ' | | sq_test.currval); commit;---view select * from V_score;----Index Select T.sname from student t where sname= ";--physical attempt to select T.*, t.rowid from mv_test t--Call stored Procedure--Refresh physical view exec DBMS_MVIEW.REFRESH_MV (' Mv_test ');  --This statement needs to be executed under the New-command window, then query the physical view to see the modified data

  

1017 database indexes, views, materialized views

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.