Latest Answer: First of all this is a convention.Second thing is that if they start writing as varchar1 people will be confused this with char so they named it like this. ...
How to generate a report with all the columns within a single field inside a single repeating frame in the Layout.
Latest Answer: that is background processes because SGA is the memory area allocated during instance startup. ...
Evaluate this query?Select e.emp_id from emp@wing e; What is "@wing" ? Is it a partition on emp table or a constraint on table emp?
How to write RESERVE WORD as table column?For example if you want to write Number as table column name How do you write?
How do you decide on whether to use a Procedure or a Function for a particular task ?Is it possible to get the last 10 rows of a table? If Yes How?
Latest Answer: SELECT COUNT(cname)FROM COL c, TAB TWHERE T.Tname = c.Tname AND T.Tabtype='TABLE' AND T.Tname ='EMP'; ...
What is the difference between bind and declare variable in pl/sql?What is the difference between number,integer, pls_integer and binary integer?
Latest Answer: yes the table can have primary key as well as unique constraint in a table.a table can only have a single primary key were as it can have more than one unique key ...
View page << Previous 3 4 5 6 [7] 8 9 10 11 12 Next >>

Go Top