Resource Type | Posted On |
Program to accept a name from the user and check whether the name is present in ... | Feb 15 |
Example to rename table name | May 16 |
Example to delete records of customer table which are in Gujarat_cust table | Sep 08 |
Example to create table based on existing table | Sep 24 |
Example to insert records of one table to another table | Dec 02 |
Example to create table, primary key and foreign key in student, course and SC... | Oct 29 |
CREATING A TABLE FROM A TABLE | Mar 28 |
Write a menu driven program to display message, user name, terminal name, login ... | Sep 03 |
Shell script to display all users names, or users names of a particular group, o... | Jun 19 |
Program to create a table consisting of roll no and the corresponding name, inp... | Oct 02 |
Program to solve the producer-consumer problem using thread | May 18 |
Program to solve the producer-consumer problem using thread | Jun 26 |
Program of minimum cost problem | Sep 12 |
Program for investment problem using while loop | Jul 04 |
Program of producer-consumer problem using thread | Sep 23 |
Program to solve the Towers of Hanoi Problem (using Recursive Algorithm) | Aug 10 |
Program to solve the Towers of Hanoi Problem (using Recursive Algorithm) | Jan 22 |
Program to implement the Prim's Algorithm to solve Minimum Spanning Tree Proble... | Feb 19 |
Program to implement the Prim's Algorithm to solve Minimum Spanning Tree Proble... | Jun 18 |
Program to implement the Kurskal's Algorithm to solve Minimum Cost Spanning Tre... | Sep 08 |
Program to implement the Kurskal's Algorithm to solve Minimum Cost Spanning Tre... | Oct 16 |
Production system for the Missionary cannibal problem | Feb 21 |
PROLOG PROGRAM OF MISSIONARY CANNIBAL PROBLEM | Feb 21 |
Prolog program for solving the blocks problem using hill climbing | Feb 21 |
Prolog program to solve the 4-3 Gallon Water Jug Problem | Feb 21 |
|
Prolog program of water jug problem | Feb 22 |
Prolog problem of murder mystory | Feb 23 |
Prolog problem to add two numbers | Feb 23 |
Artificial Intelligence and Expert Systems, Problems of AI domain and AI techniq... | Jul 22 |
Prolog program of Water Jug Problem start with state(0,0) and end with(2,0) | Feb 21 |
Customer - orders - salespeople database - Joining tables | Jul 25 |
CREATE TABLE | Apr 08 |
DROP TABLE | Oct 15 |
Use the FRIENDS table to answer the following questions | Oct 17 |
ProLog Program to search car by company name, car name, price, class, color... | Feb 21 |
Example to view records of student, course and SC tables | Jan 19 |
File allocation table | Jan 09 |
Display top 3 highest item price from item table | Jul 15 |
Example to insert record in to item table using sequences | Jan 28 |
Example to provide insert and select privilege of item table to a user using... | Oct 19 |
Example to revoke insert privilege of item table from a user using revoke | Nov 29 |
Example to insert records in student, course and SC tables | Jan 19 |
Example to add constraint in a table | Sep 05 |
Example to add constraint of primary key in a table | Oct 02 |
FUNCTION TABULATED AT EQUAL INTERVAL USING BACKWARD DIFFERENCE BETWEEN TABLE... | Aug 25 |
FUNCTION TABULATED AT EQUAL INTERVAL USING FORWARD DIFFERENCE BETWEEN TABLE... | Oct 28 |
Display total item price of item table using sum() function | Dec 19 |
Display average item price of item table using avg() function | Oct 26 |
Display highest item price of item table using max() function | Oct 30 |
Display lowest item price of item table using min() function | Apr 22 |