Month: June 2022

3.4.4 Renaming Existing Colomns

3.4.4 বিদ্যমান কলোমনৰ নাম সলনি কৰা হৈছে You can rename an existing by using the following form of the ALTER TABLE command. আপুনি অলটাৰ টেবল কমাণ্ডৰ নিম্নলিখিত প্ৰকাৰটো ব্যৱহাৰ কৰি এটা বিদ্যমানৰ নাম সলনি কৰিব পাৰে। ALTER TABLE <Table Name> CHANGE<Old Column Name> New Column Name> Datatype (<size>); তালিকা ৰ <তালিকাৰ নাম সলনি কৰক> পৰিৱৰ্তন<পুৰণি…

Read the full article

3.4.3 Modifying Existing Columns

3.4.3 বিদ্যমান স্তম্ভবোৰ সংশোধন কৰা you can change the data type of an exiting column by using the ALTER TABLE command in the format shown below: আপুনি তলত দেখুওৱা ফৰ্মেটত অলটাৰ টেবল কমাণ্ড ব্যৱহাৰ কৰি প্ৰস্থান কৰা স্তম্ভএটাৰ ডাটা প্ৰকাৰ সলনি কৰিব পাৰে: ALTER table <Table Name? MoDIFY (<Column Name> ,New data type> (<New Size>);…

Read the full article