Forum: Database Design Dec 11th, 2007 |
| Replies: 7 Views: 4,776 Re: Basic DBMS Concept Hello guys,
What are the different kinds of database management systems in DBMS.?
What are the features of a relational database?
Anybody please, give me the sufficient explanation. |
Forum: C++ Dec 11th, 2007 |
| Replies: 1 Views: 888 Re: C++ interview questions Hii....
Please help me...
The use of inline function in C++ is usual.But
What is the advantage of using 'inline' function ?
Can a function be forced as inline? |
Forum: C Dec 10th, 2007 |
| Replies: 9 Views: 2,117 Re: Storage Class in C - Question Yea you are right my dear friend.
the storage class, static , has a lifetime lasting the entire program. static storage class can be specified for automatic or local as well as global... |
Forum: C Dec 10th, 2007 |
| Replies: 9 Views: 2,117 Re: Storage Class in C - Question Hello Sita,
I am just trying to give the answer of your question.
Local variables::
1.Local variables only exist inside the specific function that creates them.
2.Local variables are... |
Forum: MySQL Dec 10th, 2007 |
| Replies: 13 Views: 1,515 Re: SQL - questions . Hey,
I have some more doubts also.
One is ,
What r normalization and denormalization?
And,What is an index, and how is it used to improve perfomance? |
Forum: MySQL Dec 10th, 2007 |
| Replies: 13 Views: 1,515 Re: SQL - questions . Hi,
Thank you ravise22.
And thank you nav33n.
Both of you gave me some good knowledgeabout SQL languages like DDL and DML. At the same time both of you gave me suffiecient examples also. Thanx. |
Forum: MySQL Dec 10th, 2007 |
| Replies: 13 Views: 1,515 SQL - questions . Hi everybody,
I am Hugo . I want to know something more about SQL.
please can anybody give me some idea about some basic SQl questions?
First of all i want to know,
1.What is the SQL Data... |