Define a synt ax for database connectivity. Write a server side scripting code to insert data into the table student having fields (first name, last…
Class 12 Computer Science · 2080 · Solved Question with Answer
Define a syntax for database connectivity. Write a server side scripting code to insert data into the table student having fields (first name, last name, mark and email:) Assume that server name="localhost", username="root", password="", database name="student DB".
OR
Write a JavaScript code to calculate the factorial of a given number
