Back to Browse

SQL SERVER||How to add computed column to the existing table?

83 views
Feb 10, 2025
5:04

Alter table student ADD fullname AS Concat(firstname,' ',lastname)

Download

0 formats

No download links available.

SQL SERVER||How to add computed column to the existing table? | NatokHD