Sunday, February 21, 2021

Types of Keys in a DBMS

 Here is it https://www.youtube.com/watch?v=MjwaP18s0Xs

No comments:

Post a Comment

What are 'Piecewise Functions'?

 A single function that uses different equations depending on the input , like f(x) = x for x < 0 and f(x) = x^2 for x >0. Such func...