|
Question |
Rating |
View Answer |
|
void main() { int x=5; printf("%d,%d,%d ",x,x<<2,x<<2); } what is the ans. of this question and how? please explain it. |
|
View Answer |
|
What is difference between stack and queue? |
|
View Answer |
|
What is oracle d2k? why we use it? |
|
View Answer |
|
What is Data Storage - Definition Language? |
|
View Answer |
|
What is dblink and how use it ? |
|
View Answer |
|
What is DML Compiler? |
|
View Answer |
|
I am new to field and trying to create trigger have created a simle trigger :
create trigger trig before insert on practice1 for each row begin insert into practice1 values ('d','d''ee','5') end
for the excecution of the same displays me the error : Incorrect syntax near 'before'.
Please let me know what is the error is the syntax is correct the database i m using is enterprise manager with sql server 2000
|
|
View Answer |
|
Explain about relational database management systems? |
|
View Answer |
|
Can you take Image Backups using RMAN?
20. Can you use Back upsets created by RMAN with any other utility?
|
|
View Answer |
|
What is the difference between oracle 9i and 10g database?
|
|
View Answer |
|
What is Object Oriented model? |
|
View Answer |
|
How to modify already created table? |
|
View Answer |
|
What is row changing how u eliminate ? |
|
View Answer |
|
What is basic difference between SQL Server2000 and oracle? |
|
View Answer |
|
What is serialization? What is the difference between sql and oracle? |
|
View Answer |
|
If the current date/time is 2004-10-14 13:05:34, what would be the output of the MySQL statement "select date_format(sysdate(),'%b-%Y-%d-%i');" |
|
View Answer |
|
Explain about primary key? |
|
View Answer |
|
If i create unquie index on empid of employees table which index i create bitmap or btree why ? |
|
View Answer |
|
How grid work. is it possible grid in 9i. how ? |
|
View Answer |
|
Why are we not use tablespce begin backup with read only tablespace? |
|
View Answer |