Download presentation
Presentation is loading. Please wait.
1
DB Programming – Basic analysis
HAP 752 DB Programming – Basic analysis Instructor: Dr. Sanja Avramovic
2
Start SSMS Right click on SQL Server Management Studio (SSMS) Run as administrator:
3
Create a database Open SSMS Click on Databases New Database
4
Create a new database Enter a new database name (for example HAP 752) and click OK
5
Insert the data: NewTasksImport Data Use Wizard to import the files
6
Join the tables in one SQL data fields have data types! If you import .csv files you have to cast the data types: Note that the .csv uses the word ‘NULL’ to represent null values. We have to include a special check for this case, otherwise the conversion to a floating point number will fail.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.