Search Results

5
votes
6answers
213 views

What are the essential dba skills a developer should learn?

Creation of objects like tables and indexes are fairly essential, even if the code has to be authorized or created by the dba. What other areas normally carried out by dbas should the accomplished …
0
votes

MySQL, MSSql, Oracle: When to use which?

Perhaps one variable which people overlook in these cases is the availability of expert support. Okay, so currently there's an oversupply of people who can help you with db issues, efficiency issue …
1
vote

Going to Oracle from MySQL

Point Two It may have changed since I last used it, but you wouldn't put select 6 * 7; as a statement - you'd use the pseudo-table dual ie select 6 * 7 from dual; Also, if you're used to using the …