Whether you work with papers day-to-day or only occasionally need them, DocHub is here to assist you make the most of your document-based tasks. This platform can enter table in Deposit Agreement, facilitate collaboration in teams and generate fillable forms and legally-binding eSignatures. And even better, every record is kept safe with the highest security standards.
With DocHub, you can access these features from any location and using any platform.
hello guys welcome to my channel this is the ninth tutorial in this course and in this tutorial we are going to talk about creating tables in sql so there are three steps that you need to follow while creating tables in sql and the first one is well obviously you have to name the table that youre creating and the second one is that you have to define the columns that the table is going to have and the last thing that you have to do is mention data types of columns and you know i have not specified the you know mentioning constraints in the create table statement because thats not necessary right so these are three things that you absolutely have to do but if you also want to apply some constraints to the columns that you have in your table then you can do that too right so there are lots of things that you can do in create table statement is one of the most powerful statements in sql and obviously it has to be right because the the data is going to be in tables and you know creating