Puzzle CornerSign In
HomeFeedbackBlogResourcesAbout
Starred
Add Question
All (696)
coding (266)
c++ (157)
algorithms (151)
puzzle (134)
CS Fundamentals (83)
oop (55)
arrays (45)
internet (40)
string (34)
math (31)
databases (28)
system (26)
probability (26)
networking (25)
linkedlist (24)
binarytrees (24)
tree (22)
bit manipulation (19)
sorting (11)
stack (10)
bst (9)
java (8)
xml (8)
sql (7)
next in series (7)
traversal (6)
graph (4)
debugging (4)
lateral thinking (4)
palindrome (4)
mysql (4)
prime (4)
general (4)
unix (3)
CGI (3)
duplication (3)
threading (3)
random (3)
search (3)
fibonacci (3)
encryption (3)
joins (3)
hash (3)
queue (3)
asm (3)
design patterns (2)

Random
RSA for both authentication and secrecy?[2007-02-26 23:42:19]   
How do you use RSA for both authentication and secrecy?
linkAuthor:premTags: system | CS FundamentalsAnswer

Lizard on the wall[2007-02-26 23:42:20]   
There is a lizard at one corner of a room of length l (say 5), breadth b(say 6) and height h(say 7), which wants to go to the diagonally opposite corner. What is the length of the shortest path and how do u find it?
linkAuthor:premTags: puzzle | math1 CommentAnswer

Write SQL[2007-02-26 23:42:21]   
There is an EMPLOYEES(ID, NAME, MANAGER_ID) table. MANAGER_ID points to the ID column of the same table. Given a manager name (assuming ID is unique and NAME is unique), what kind of SQL query would you write to retrieve all employees directly managed by this manager? What is the query to get employees 2 levels down? Is there a way to write a query to get employees N levels down? Is there another way of organising this table (different columns?) to hold these kinds of tree structures?
linkAuthor:premTags: databases | sqlAnswer

What is a Stored Procedure? How is a Stored Procedure useful?[2007-02-26 23:42:21]   
What is a Stored Procedure? How is a Stored Procedure useful?
linkAuthor:premTags: databases | sql1 CommentAnswer

DB questions[2007-09-03 23:08:45]   
3 DB questions What id the difference between clustered and non clustered index? What is the difference between \'having\' and \'where\' What is query optimization??
linkAuthor:premTags: coding | CS Fundamentals | databases | mysql | sqlAnswer

What is a View? How is a View useful?[2007-02-26 23:42:21]   
What is a View? How is a View useful?
linkAuthor:premTags: databases | sqlAnswer

Write a one line SQL statement[2007-02-26 23:42:22]   
Write a one line SQL statement that will give you a count of all rows in xyztable that have names with digits in them, but emails that contain only letters. xyztable contains two fields of type varchar(255): name and email.
linkAuthor:premTags: sqlAnswer

What is a sub select query?[2007-02-26 23:42:21]   
What is a sub select query?
linkAuthor:premTags: databases | sqlAnswer

What is a Trigger? How is a Trigger useful?[2007-02-26 23:42:21]   
What is a Trigger? How is a Trigger useful?
linkAuthor:premTags: databases | sqlAnswer





Created by Premchand Jayamohan