|
|
@ -10,7 +10,6 @@ import SkeletonLayout from '../../layouts/SkeletonLayout.astro'; |
|
|
|
description='Learn SQL from the ground up. This course covers the basics of SQL, intermediate concepts, and advanced topics.' |
|
|
|
description='Learn SQL from the ground up. This course covers the basics of SQL, intermediate concepts, and advanced topics.' |
|
|
|
keywords={['sql', 'database', 'database management', 'database administration']} |
|
|
|
keywords={['sql', 'database', 'database management', 'database administration']} |
|
|
|
canonicalUrl='/courses/sql' |
|
|
|
canonicalUrl='/courses/sql' |
|
|
|
noIndex={true} |
|
|
|
|
|
|
|
> |
|
|
|
> |
|
|
|
<SQLCoursePage client:load /> |
|
|
|
<SQLCoursePage client:load /> |
|
|
|
</SkeletonLayout> |
|
|
|
</SkeletonLayout> |
|
|
|