Brief
Contains all the errors occurred for me while working with SQL Server or MySQL or SQLite.
- Can a table have the foreign key reference of more than one table and data along it? Answer -> Yes
- SQL Server Invalid version: 15 (Microsoft.SqlServer.Smo)
Ans -> Using SSMS version 18.0 instead of 17.0 seems to be working.You can download it from https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-2017
Comments
Post a Comment