Oracle and SQL Server sections differ

Source: Internet
Author: User

The difference between Oracle and SQL Server:
1, the modification operation to take a commit, or the data is simply viewed, not the data submitted
2,oracle cannot view data using the Select field as a viewing method;
The 3,oracle stored procedure can write the package first, the equivalent of declaring the data type, and then implementing the SQL
4,oracle table Self-increment is a sequence, (understanding: equivalent to declaring a unique key value of self-increment, once detected is equivalent to the use of)
5,oracle Assignment Action Variable: = value of this,
6,oracle cannot use @iddent (not remember) the value after insert as SQL Server, using the INSERT into table name () values () returning DOCID into variable
7,oracle get current time is Sysdate,sqlserver is getdate ()

Oracle and SQL Server sections differ

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.