1.What is difference between C and Python ? 2.What are libraries in python ? 3.If you used Numpy library in your project, What is the usage of it ? 4.What are 5 difference between list and tuple ? 5.Write a program : Remove the duplicates in a list, List: [1,1,2,2,3,3] ? 6.What is difference between set and frozen set in python? 7.What is difference between Remove and Discard? 8.What is Generator? 9.What is Decorator? Write an example for an Decorator? 10.What is difference between procedural orientated programming and object oriented programming ? 11.What is magic methods? 12.What is Exception? 13. Is it possible to have function overloading in python? 14.What is difference between primary key and unique key ? 15.Write a query to add foreign key in between department and employee, the common column between them is department and employee.
@CodingfighterSaurabhyadav44465 ай бұрын
Please provide every question' answer
@lovelycreator61610 ай бұрын
Super 👌 varsha
@madduluriramesh88292 ай бұрын
💫
@Pallavi91873 ай бұрын
primary key is combination of botyh notnull and unique key #1 its dosent allows null value and #2 it doesnt allows duplicates unique key: it doesnt allow duplicates and null accepted