Software is art
The world needs software. Software needs you.
Thursday, May 23, 2013
Design is more about words than images?
Great
post
by
Mig Reyes
!
A different way to see design.
I saw when I was doing the
HackDesign
course.
How important the words are?
Tuesday, May 7, 2013
How to get the details about any constraint in Oracle XE?
When you do some SQL statement in oracle, it throw an exception when your statement violate some constraint. But the error doesn't show about what table the constraint is related, showing just the constraint name.
To show the constraint details just execute the follow sql statement:
SELECT CONSTRAINT_NAME, TABLE_NAME FROM USER_CONSTRAINTS WHERE CONSTRAINT_NAME='FK1_MY_CONSTRAINT_NAME';
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)