Loading...
October 13, 2008
Home
Sign-In
My Interview Questions
Questions
1 - 10
of
59
Search Filters
Unanswered
All
Please Wait...
Filters not found for the search result
See Questions
See Questions & Answers
Date Desc
Date Asc
Ups Desc
Ups Asc
53
UPs
How can we know the number of days between two given dates using MySQL?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: Anonymous
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
$date=10-12-2007;
$date1=14-07-2008;
$diff=Strtodate($date)-Strtodate($date1);
echo $diff;
Create Date
:
Sunday, May 11, 2008
Tags
:
php
Asked At
:
None
Job Positions
:
web developer
Click here
to improve the Interview Question, Answer and other fields.
Comments (
0
) :
53
UPs
How can we know the number of days between two given dates using MySQL?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: Anonymous
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
Select datediff('2008-09-07','2006-10-02');
Create Date
:
Sunday, May 11, 2008
Tags
:
php
Asked At
:
None
Job Positions
:
web developer
Click here
to improve the Interview Question, Answer and other fields.
Comments (
0
) :
54
UPs
How can we know the number of days between two given dates using MySQL?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: Anonymous
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
Be the first one to answer the question
Click here
to answer
Create Date
:
Sunday, May 11, 2008
Tags
:
PHP
Asked At
:
None
Job Positions
:
Web Developer
Click here
to improve the Interview Question, Answer and other fields.
Comments (
0
) :
49
UPs
How can we know the number of days between two given dates using MySQL?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: Anonymous
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
Be the first one to answer the question
Click here
to answer
Create Date
:
Sunday, May 11, 2008
Tags
:
PHP
Asked At
:
None
Job Positions
:
Web Developer
Click here
to improve the Interview Question, Answer and other fields.
Comments (
0
) :
50
UPs
How can we know the number of days between two given dates using MySQL?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: tikimama
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
Be the first one to answer the question
Click here
to answer
Create Date
:
Sunday, May 11, 2008
Tags
:
PHP
Asked At
:
None
Job Positions
:
Web Developer
Click here
to improve the Interview Question, Answer and other fields.
Comments (
0
) :
69
UPs
What are the MySQL database files stored in system ?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: tikimama
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
Data is stored in name.myd
Table structure is stored in name.frm
Index is stored in name.myi
Create Date
:
Sunday, May 11, 2008
Tags
:
PHP
Asked At
:
None
Job Positions
:
Web Developer
Click here
to improve the Interview Question, Answer and other fields.
Comments (
0
) :
47
UPs
How can we encrypt and decrypt a data presented in a table using MySQL?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: tikimama
|
See Answer
<