既存のテーブル列に基づいて新しいテーブルを作成する方法を知りたいだけです:
Current Table name : EmployeeDetails
Columns: empName, Address, pincode, state, city
Primary key is : pincode
EmployeeDetails から新しいテーブルを作成したい:
New Table name : Information
column :pincode, state, city ---> from EmployeeDetails table