Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

3i Infotech Databases AllOther Interview Questions
Questions Answers Views Company eMail

Under which circumstance should you create an index on a table?

690

What is a super key?

624

Which Statement would you use to remove the EMPLOYEE_Id_PK PRIMARY KEY constraint and all depending constraints from the EMPLOYEE table?

696

Which three commands cause a transaction to end?

595

You are creating a Index on EMPNO column in the EMPLOYEE table. Which statement will you use?

780

Post New 3i Infotech Databases AllOther Interview Questions


3i Infotech Databases AllOther Interview Questions


Un-Answered Questions

What do mean by Computerization of accounts

2108


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

1855


How do you export code from Java to Kotlin?

150


How can backward compatibility be designed in CSS?

318


What is span in HTML?

519






What does *p++ do?

579


What is the simplest and most common way to componentize a complex ui?

108


What the first class that is loaded by any new WPF Application project?

198


How does accessibility works in swings?

553


What is the difference between a schema and a subschema?

1439


Describe a typical day for you.

1436


In what sequence sql statement is processed?

581


What is the use of a symbolic link in linux?

460


Why method overriding is used?

535


What is interface inheritance in c#?

513