This video describes table in SQL server. <br />How to create it graphically using management studio<br />and understanding datatype.<br /><br />In a relational database, a table organizes the information about a single topic into rows and columns. <br />For example, a database for a business would typically contain a table for customer information, which would store customer's<br />account numbers, addresses, phone numbers, and so on as a series of columns<br />Now I am going to show you how to create a table in SQL Server Management Studio. <br />SQL SERVER 2017 TUTORIAL : PART 03