16.
declare
cursor cursor is select * from emp7567 order by salary desc;
id emp7567.id%type;
name......
Recent Post
Home
All posts
Saturday, January 27, 2018
Tuesday, January 23, 2018
Tuesday, January 9, 2018
Sunday, December 10, 2017
PHP and AJAX
Test4.php:
<?php $q=$_GET['q'];$c=new mysqli("localhost","root","naina","nearur");if($c->connect_error){ ......
Using Json in AJAX Application
Test.php file:
<?php $c=new mysqli("localhost","root","naina","nearur");$obj......
Saturday, November 11, 2017
Kruskal's Algoritm DAA
Question: Write a program to find the minimum cost of connecting all the engineering......
Dijkstra’s algorithm.
Question: Write a program to find shortest path from your home to college......
Subscribe to:
Posts (Atom)