Interviewer And Interviewee Guide

PHP Interview Question:

How can we change the data type of a column of a table?

Submitted by: Administrator
This will change the data type of a column:

ALTER TABLE table_name CHANGE colm_name same_colm_name [new data type]
Submitted by: Administrator

Read Online PHP Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.