If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > How much Different is Oracle Syntax

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-31-10, 00:17
Mercfh Mercfh is offline
Registered User
 
Join Date: Aug 2010
Location: Kentucky
Posts: 8
Cool How much Different is Oracle Syntax

Hi Im new to the forums, anyways I've had little experience with SQL in general (mainly a class+research on my own) But I am looking to really dive deep into it, I have 6 years programming experience but I really want to Get my Certification in at least one of the major SQL branches.

Anyways, im most familiar with Mysql, I know a decent amount. But how much different is Oracle syntax (or statements) compared to the other 2 (MySql, MS SQL 2008)
And how hard is it to pick up when comparing the three. I also realize I am a newb so my terminology might be off, but I plan on spending a good 5 months learning from books/and researching on my own from now to really get a good grip on things before I take the certification exams. Since alot of Jobs around here REALLY look positively at these certifications.

Thanks!
Reply With Quote
  #2 (permalink)  
Old 08-31-10, 00:47
anacedent anacedent is offline
Registered User
 
Join Date: Aug 2003
Location: Where the Surf Meets the Turf @Del Mar, CA
Posts: 6,155
To a large degree SQL is SQL because it is defined by ISO,
but each vendor does certain things differently.

If you can & will actually Read The Fine Manual (Search and Download Oracle Database, Application Server, and Collaboration Suite Documentation)
then you can learn any vendor's implementation.
__________________
You can lead some folks to knowledge, but you can not make them think.
The average person thinks he's above average!
For most folks, they don't know, what they don't know.
Reply With Quote
  #3 (permalink)  
Old 09-07-10, 12:46
dayneo dayneo is offline
Registered User
 
Join Date: Oct 2002
Location: Cape Town, South Africa
Posts: 115
Hi there,

From one language to another, as a developer I don't think that should ever matter. You should be dynamic enough to pick up whatever language it is you need to use to get the job done.

On the point of Oracle, it's not the SQL that makes it different, it's the Concurrency and multi-versioning that sets Oracle apart from the other databases.
Read the following by Tom Kyte: Ask Tom "Comparison between Oracle and Others"

and also this from Oracle documentation: 13 Data Concurrency and Consistency

Oracles implementation puts it in a different league.
Aside, Oracle development pays more too
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On