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...


What is the difference between SQL Constraint and PL/SQL
constraint.Pls give all the constraint name.

Answers were Sorted based on User's Feedback



What is the difference between SQL Constraint and PL/SQL constraint.Pls give all the constraint na..

Answer / siva

Both SQL Constraint and PL/SQL constraint are the same.

Is This Answer Correct ?    1 Yes 0 No

What is the difference between SQL Constraint and PL/SQL constraint.Pls give all the constraint na..

Answer / kotesh

sql & plsql constraints are same
namly

primary key
check
not null
unik
foreign key

Is This Answer Correct ?    1 Yes 0 No

What is the difference between SQL Constraint and PL/SQL constraint.Pls give all the constraint na..

Answer / dinesh

SQL:- Primary Key,Foreign Key,NOT NULL,CHECK,DEFAULT Etc
PL/SQL :-Trigger just use a constraint

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How many database objects (trigger, packages, sequence etc) uses a particular field in a given table. For ex: I want to know how many database object uses the ATTRIBUTE1 in the PO_VENDORS table. What query will give me the result showing the database object name(package, trigger etc), field_name used (in this case ATTRIBUTE1) and table_name (in this case PO_VENDORS).

2 Answers   IBM,


How do I tune a sql query?

0 Answers  


Which are sql * plus commands?

0 Answers  


I have 2 Databases. How can create a table in particular database? How can i know the list of tables presented each database?( in oracle 10g)

5 Answers   Relq,


what is data integrity? : Sql dba

0 Answers  


What is the difference between UNIQUE CONSTRAINT and PRIMARY KEY? 1. There is no difference. 2. A PRIMARY KEY cannot be declared on multiple columns. 3. A UNIQUE CONSTRAINT cannot be declared on multiple columns. 4. A table can have multiple PRIMARY KEYS but only one UNIQUE CONSTRAINT. 5. A table can have multiple UNIQUE CONSTRAINTs but only one PRIMARY KEY.

7 Answers   Satyam,


How much does a sql dba make? : SQL DBA

0 Answers  


What is the Query to print out the individual total number of duplicate row in sql.

5 Answers   TCS,


Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?

0 Answers  


What is normalization ?

9 Answers   BirlaSoft, CTS, HCL,


What is meant by <> in sql?

0 Answers  


Talk about views

10 Answers   Polaris,


Categories