Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Databases Interview Questions
Questions Answers Views Company eMail

What is triggers?

1010

How to upload a large file through phpmyadmin in mysql?

1020

How we can get the current date in mysql?

1010

Explain the different types of constraints in dbms?

1082

What do you mean by aggregate and scalar functions in dbms?

984

What is a concurrency problem in dbms?

1035

What is rdbms and also explain its components?

1173

Explain types of indexing in dbms?

1158

Explain the necessary techniques to control deadlocks?

979

Why dbms is used?

982

Explain the different types of database keys?

1033

What is index and also explain types of indexing in dbms?

1053

How is rdbms different from dbms?

1014

Explain the difference between physical and logical data independence?

972

What do you mean by checkpoints in dbms?

929


Un-Answered Questions { Databases }

Explain the role of replication server in sybase.

930


Where the sql logs gets stored? : sql server database administration

1023


> CREATE OR REPLACE FUNCTION FACTORIAL_1(factstr varchar2 ) 2 RETURN NUMBER AS 3 new_str VARCHAR2(4000) := factstr||'*' ; 4 fact number := 1 ; 5 BEGIN 6 7 WHILE new_str IS NOT NULL 8 LOOP 9 fact := fact * TO_NUMBER(SUBSTR(new_str,1,INSTR(new_str,'*')-1)); 10 new_str := substr( new_str,INSTR(new_str,'*')+1); 11 END LOOP; 12 13 RETURN fact; 14 15 END; explanation Above program?

2103


How to delete duplicate rows in sql server?

1159


What is the difference between NOROW and LOCKROW?

2912


Why we use join in sql?

1035


Explain the select statement in sql?

1198


What do you understand by unique key?

1035


What is a trace frag? Where do we use it?

1160


What if we write return in procedure?

1530


How to get a list of columns using the "sys.columns" view in ms sql server?

1016


How do I connect to pgadmin server?

995


What is Normalization and its different forms?

1105


What happens if null values are involved in comparison operations?

1051


What is a mysql model?

1009