Tag: technology
Questions Related to technology
If there are frequent updates in tables, then which utility to use?
The standard EMP table contains 14 records corresponding to the employess of the corporation.One of those records has a NULL value stored in the MGR column.If Issue the following command on the table:select count(mgr) from emp;which of the following choice indentifies the result oracle will return
You can declare this only by using table contraint syntax
Which character is used to continue a statement in SQL*Plus?
When a user creates an object without a TABLESPACE clause, where will Oracle store the segment?
To produce a meaningful result set without any cartesian products, what is the minimum number of conditions that should appear in the WHERE clause of a four-table join?