Oracle - SQL - Unique Constraint Watch more Videos at www.tutorialsp... Lecture By: Mr. Anadi Sharma, Tutorials Point India Private Limited.
Пікірлер: 26
@TutorialsPoint_ Жыл бұрын
To Get Certification, Click Here: bit.ly/4537Uyk Use coupon "KZbin12" to get ‘’FLAT 12%’’ OFF at Checkout.
@dhaneshpt86417 ай бұрын
Thank you...
@KalyanS4 жыл бұрын
Nice Presentation. good work.
@abhisheksrivastava93074 жыл бұрын
Simple ways to add constrain is like alter table Employees modify(MobileNo unique); alter table Employees modify(EmailId primary );
@AMITDAS-mr8xj3 жыл бұрын
can u just tell me one thing, if we apply the UNIQUE constraint to multi-columns it will check the uniqueness of combinations if we've already added (for reference2:50) 1 in first and 2 in second column we cant repeat the same dataset (that is 1-2) but can we repeat 2-1 that means 2 in first column and 1 in second column will it be unique data entry then ?
@vibhoreaggarwal34443 жыл бұрын
@@AMITDAS-mr8xj Yes (2-1) will be considered as unique combination if it is occurring for the first time.
@AMITDAS-mr8xj3 жыл бұрын
can u just tell me one thing, if we apply the UNIQUE constraint to multi-columns it will check the uniqueness of combinations if we've already added (for reference2:50) 1 in first and 2 in second column we cant repeat the same dataset (that is 1-2) but can we repeat 2-1 that means 2 in first column and 1 in second column will it be unique data entry then ?
@muhammadyasar97643 жыл бұрын
Thank you sir.
@Jfresh55 Жыл бұрын
What happens when a code is thrown for an attached excel sheet? Is the excel sheet the issue or is it the backend code?
@BoxerDogs6 жыл бұрын
At 3:29, under the column description you have '2' before the column name. I always thought you had to start with a column name. What does the '2' signify?
@BoxerDogs6 жыл бұрын
I think I understand now.
@anilamurtha20344 жыл бұрын
kzbin.info/www/bejne/mmfUd4anZrhnlbs
@morningstar27286 жыл бұрын
Good
@anilamurtha20344 жыл бұрын
kzbin.info/www/bejne/mmfUd4anZrhnlbs
@ALIkhan-kx4pi6 жыл бұрын
nice bro bht achy sy samjya ha thankxx
@anilamurtha20344 жыл бұрын
kzbin.info/www/bejne/mmfUd4anZrhnlbs
@shaivisshowtime20214 жыл бұрын
unique constraints wont be visible with desc, so is there any way we can check the type of constraints present on each column level?
@johndavid95454 жыл бұрын
kzbin.info/www/bejne/sGqvZINrZdKWp6s
@darshanfr42072 жыл бұрын
All detail of employee who's salary is greater than 1000 less than 5000. Give me ans
@softmusic80576 жыл бұрын
Is this is a tuple uniqueness constraint
@anilamurtha20344 жыл бұрын
kzbin.info/www/bejne/mmfUd4anZrhnlbs
@AMITDAS-mr8xj3 жыл бұрын
@@anilamurtha2034 can u just tell me one thing, if we apply the UNIQUE constraint to multi-columns it will check the uniqueness of combinations if we've already added (for reference2:50) 1 in first and 2 in second column we cant repeat the same dataset (that is 1-2) but can we repeat 2-1 that means 2 in first column and 1 in second column will it be unique data entry then ?