User defined datatypes let you extend the base SQL Server datatypes by providing a descriptive name, and format to the database. Take for example, in your database, there is a column called Flight_Num which appears in many tables. In all these tables it should be varchar(8). In this case you could create a user defined datatype called Flight_num_type of varchar(8) and use it across all your tables.
Subscribe to:
Post Comments (Atom)
-
Changing the values of some properties is fairly easy. We'll now change the Text properties of our labels, and the Text properties of o...
-
At the moment, our form looks a little bland. Time to liven it up with a splash of colour. Changing the colour of the Form means we have t...
-
There's a lot happening on the start page. But basically, this is where you can start a new project, or open an existing one. The first...
No comments:
Post a Comment