{"id":1512,"date":"2025-02-11T16:06:45","date_gmt":"2025-02-11T14:06:45","guid":{"rendered":"https:\/\/com47276.wordpress.com\/?page_id=220"},"modified":"2025-02-11T16:06:45","modified_gmt":"2025-02-11T14:06:45","slug":"sql-veateated-ja-nende-lahendamine-2","status":"publish","type":"page","link":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/sql-veateated-ja-nende-lahendamine-2\/","title":{"rendered":"SQL\u00a0 veateated ja nende lahendamine"},"content":{"rendered":"\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-content\/uploads\/2025\/02\/image-8-1.png?w=286\" alt=\"\" class=\"wp-image-221\" \/><\/figure>\n\n\n\n<p>&#8212; ebakorrektne SQL lause s\u00fcntaks.<\/p>\n\n\n\n<p><strong>Lahendus:<\/strong> lisada andmebaasi nimi : <strong>create database veated;<\/strong><\/p>\n\n\n\n<p>Sama viga XAMPP&#8217;is<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-content\/uploads\/2025\/02\/image-9-1.png?w=692\" alt=\"\" class=\"wp-image-223\" \/><\/figure>\n\n\n\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-content\/uploads\/2025\/02\/image-10-1.png?w=551\" alt=\"\" class=\"wp-image-225\" \/><\/figure>\n\n\n\n<p>&#8212; puudub veerg kuhu lisatakse primaarne v\u00f5ti.<\/p>\n\n\n\n<p><strong>Lahendus:<\/strong>  lisada veeru nimi:<\/p>\n\n\n\n<p><strong>alter table test alter column id int not null;<br>alter table test add primary key (id);<\/strong><\/p>\n\n\n\n<p>Sama viga XAMPP&#8217;is<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-content\/uploads\/2025\/02\/image-13-1.png?w=692\" alt=\"\" class=\"wp-image-230\" \/><\/figure>\n\n\n\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-content\/uploads\/2025\/02\/image-12-1.png?w=575\" alt=\"\" class=\"wp-image-228\" style=\"width:595px;height:auto\" \/><\/figure>\n\n\n\n<p>&#8212; andmebaasi nimi on valesti sisestatud<\/p>\n\n\n\n<p><strong>Lahendus:<\/strong> sisestada \u00f5ige andmebaasi nimi:<\/p>\n\n\n\n<p><strong>use veateade;<\/strong><\/p>\n\n\n\n<p>Sama viga XAMPP&#8217;is:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-content\/uploads\/2025\/02\/image-11-1.png?w=258\" alt=\"\" class=\"wp-image-227\" \/><\/figure>\n\n\n\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-content\/uploads\/2025\/02\/image-14-1.png?w=1024\" alt=\"\" class=\"wp-image-232\" \/><\/figure>\n\n\n\n<p>&#8212; PRIMARY KEY piirangu rikkumine<\/p>\n\n\n\n<p><strong>Lahendus:<\/strong> mitte kirjutada sama numbrit id:<\/p>\n\n\n\n<p><strong>insert into test (id, nimi)<br>values (2, &#8216;test&#8217;);<\/strong><\/p>\n\n\n\n<p>Sama viga XAMPP&#8217;is:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-content\/uploads\/2025\/02\/image-15-1.png?w=334\" alt=\"\" class=\"wp-image-234\" style=\"width:329px;height:auto\" \/><\/figure>\n\n\n\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-content\/uploads\/sites\/2\/2025\/02\/image-17.png?w=339\" alt=\"\" class=\"wp-image-237\" \/><\/figure>\n\n\n\n<p>&#8212; puudub tabel nimega test3.<\/p>\n\n\n\n<p><strong>Lahendus: <\/strong>sisestage \u00f5ige tabeli nimi:<\/p>\n\n\n\n<p><strong>insert into test (id, nimi)<\/strong><br><strong>values (2, &#8216;test&#8217;);<\/strong><\/p>\n\n\n\n<p>Sama viga XAMPP&#8217;is:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-content\/uploads\/sites\/2\/2025\/02\/image-18.png?w=311\" alt=\"\" class=\"wp-image-239\" \/><\/figure>\n\n\n\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-content\/uploads\/sites\/2\/2025\/02\/image-19.png?w=598\" alt=\"\" class=\"wp-image-241\" \/><\/figure>\n\n\n\n<p>&#8212;  V\u00e4lisv\u00f5ti &#8216;Id&#8217; viitab vigasele &#8216;Id&#8217; veergu viidatud tabelis &#8216;keeleValik&#8217;.<\/p>\n\n\n\n<p>Lahendus : sisestage veergude nimed \u00f5igesti<\/p>\n\n\n\n<p><strong>create table keeleValik(<br>keeleValikId int primary key identity(1,1),<br>valikuNimetus varchar(10) not null,<br>opilaneId int,<br>Foreign key (opilaneId) references test(id),<br>)<\/strong><\/p>\n\n\n\n<p>Sama viga XAMPP&#8217;is:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-content\/uploads\/2025\/02\/image-21-1.png?w=344\" alt=\"\" class=\"wp-image-245\" \/><\/figure>\n\n\n\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-content\/uploads\/2025\/02\/image-22-1.png?w=449\" alt=\"\" class=\"wp-image-247\" \/><\/figure>\n\n\n\n<p>&#8212; selline tabel on juba lisatud<\/p>\n\n\n\n<p><strong>Lahendus:<\/strong>  luua teise nimega tabel v\u00f5i kustutada see tabel ja luua sama tabel.<\/p>\n\n\n\n<p>Sama viga XAMPP&#8217;is:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-content\/uploads\/2025\/02\/image-23-1.png?w=295\" alt=\"\" class=\"wp-image-249\" \/><\/figure>\n\n\n\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-content\/uploads\/2025\/02\/image-24-1.png?w=818\" alt=\"\" class=\"wp-image-251\" \/><\/figure>\n\n\n\n<p>&#8212; Ei \u00f5nnestunud luua piirangut v\u00f5i indeksit.<\/p>\n\n\n\n<p><strong>Lahendus:<\/strong> Vt eelmised vead.<\/p>\n\n\n\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-content\/uploads\/2025\/02\/image-25-1.png?w=471\" alt=\"\" class=\"wp-image-253\" \/><\/figure>\n\n\n\n<p>&#8212; andmet\u00fc\u00fcp puudub.<\/p>\n\n\n\n<p><strong>Lahendus:<\/strong> andmet\u00fc\u00fcbi lisamine: <\/p>\n\n\n\n<p><strong>create table test1 (<br>ID int primary key,<br>nimi varchar);<\/strong><\/p>\n\n\n\n<p>Sama viga XAMPP&#8217;is:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-content\/uploads\/sites\/2\/2025\/02\/image-26.png?w=682\" alt=\"\" class=\"wp-image-255\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212; ebakorrektne SQL lause s\u00fcntaks. Lahendus: lisada andmebaasi nimi : create database veated; Sama viga XAMPP&#8217;is &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212; puudub [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-with-title","meta":{"footnotes":""},"class_list":["post-1512","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SQL\u00a0 veateated ja nende lahendamine - Oleksandra Ryshniak Portfoolio<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/sql-veateated-ja-nende-lahendamine-2\/\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SQL\u00a0 veateated ja nende lahendamine - Oleksandra Ryshniak Portfoolio\" \/>\n<meta property=\"og:description\" content=\"&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212; ebakorrektne SQL lause s\u00fcntaks. Lahendus: lisada andmebaasi nimi : create database veated; Sama viga XAMPP&#8217;is &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212; puudub [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/sql-veateated-ja-nende-lahendamine-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Oleksandra Ryshniak Portfoolio\" \/>\n<meta property=\"og:image\" content=\"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-content\/uploads\/sites\/2\/2025\/02\/image-8.png\" \/>\n\t<meta property=\"og:image:width\" content=\"286\" \/>\n\t<meta property=\"og:image:height\" content=\"132\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u043c\u0438\u043d\u0443\u0442\u0430\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/oleksandraryshniak24.thkit.ee\\\/wp1\\\/rus\\\/sql-veateated-ja-nende-lahendamine-2\\\/\",\"url\":\"https:\\\/\\\/oleksandraryshniak24.thkit.ee\\\/wp1\\\/rus\\\/sql-veateated-ja-nende-lahendamine-2\\\/\",\"name\":\"SQL\u00a0 veateated ja nende lahendamine - Oleksandra Ryshniak Portfoolio\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/oleksandraryshniak24.thkit.ee\\\/wp1\\\/rus\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/oleksandraryshniak24.thkit.ee\\\/wp1\\\/rus\\\/sql-veateated-ja-nende-lahendamine-2\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/oleksandraryshniak24.thkit.ee\\\/wp1\\\/rus\\\/sql-veateated-ja-nende-lahendamine-2\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/oleksandraryshniak24.thkit.ee\\\/wp1\\\/rus\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/image-8-1.png?w=286\",\"datePublished\":\"2025-02-11T14:06:45+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/oleksandraryshniak24.thkit.ee\\\/wp1\\\/rus\\\/sql-veateated-ja-nende-lahendamine-2\\\/#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/oleksandraryshniak24.thkit.ee\\\/wp1\\\/rus\\\/sql-veateated-ja-nende-lahendamine-2\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\\\/\\\/oleksandraryshniak24.thkit.ee\\\/wp1\\\/rus\\\/sql-veateated-ja-nende-lahendamine-2\\\/#primaryimage\",\"url\":\"https:\\\/\\\/oleksandraryshniak24.thkit.ee\\\/wp1\\\/rus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2025\\\/02\\\/image-8.png\",\"contentUrl\":\"https:\\\/\\\/oleksandraryshniak24.thkit.ee\\\/wp1\\\/rus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2025\\\/02\\\/image-8.png\",\"width\":286,\"height\":132},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/oleksandraryshniak24.thkit.ee\\\/wp1\\\/rus\\\/sql-veateated-ja-nende-lahendamine-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/oleksandraryshniak24.thkit.ee\\\/wp1\\\/rus\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SQL\u00a0 veateated ja nende lahendamine\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/oleksandraryshniak24.thkit.ee\\\/wp1\\\/rus\\\/#website\",\"url\":\"https:\\\/\\\/oleksandraryshniak24.thkit.ee\\\/wp1\\\/rus\\\/\",\"name\":\"Oleksandra Ryshniak Portfoolio\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/oleksandraryshniak24.thkit.ee\\\/wp1\\\/rus\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ru-RU\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SQL\u00a0 veateated ja nende lahendamine - Oleksandra Ryshniak Portfoolio","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/sql-veateated-ja-nende-lahendamine-2\/","og_locale":"ru_RU","og_type":"article","og_title":"SQL\u00a0 veateated ja nende lahendamine - Oleksandra Ryshniak Portfoolio","og_description":"&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212; ebakorrektne SQL lause s\u00fcntaks. Lahendus: lisada andmebaasi nimi : create database veated; Sama viga XAMPP&#8217;is &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212; puudub [&hellip;]","og_url":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/sql-veateated-ja-nende-lahendamine-2\/","og_site_name":"Oleksandra Ryshniak Portfoolio","og_image":[{"width":286,"height":132,"url":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-content\/uploads\/sites\/2\/2025\/02\/image-8.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f":"1 \u043c\u0438\u043d\u0443\u0442\u0430"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/sql-veateated-ja-nende-lahendamine-2\/","url":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/sql-veateated-ja-nende-lahendamine-2\/","name":"SQL\u00a0 veateated ja nende lahendamine - Oleksandra Ryshniak Portfoolio","isPartOf":{"@id":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/#website"},"primaryImageOfPage":{"@id":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/sql-veateated-ja-nende-lahendamine-2\/#primaryimage"},"image":{"@id":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/sql-veateated-ja-nende-lahendamine-2\/#primaryimage"},"thumbnailUrl":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-content\/uploads\/2025\/02\/image-8-1.png?w=286","datePublished":"2025-02-11T14:06:45+00:00","breadcrumb":{"@id":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/sql-veateated-ja-nende-lahendamine-2\/#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/sql-veateated-ja-nende-lahendamine-2\/"]}]},{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/sql-veateated-ja-nende-lahendamine-2\/#primaryimage","url":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-content\/uploads\/sites\/2\/2025\/02\/image-8.png","contentUrl":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-content\/uploads\/sites\/2\/2025\/02\/image-8.png","width":286,"height":132},{"@type":"BreadcrumbList","@id":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/sql-veateated-ja-nende-lahendamine-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/"},{"@type":"ListItem","position":2,"name":"SQL\u00a0 veateated ja nende lahendamine"}]},{"@type":"WebSite","@id":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/#website","url":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/","name":"Oleksandra Ryshniak Portfoolio","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ru-RU"}]}},"_links":{"self":[{"href":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-json\/wp\/v2\/pages\/1512","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-json\/wp\/v2\/comments?post=1512"}],"version-history":[{"count":0,"href":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-json\/wp\/v2\/pages\/1512\/revisions"}],"wp:attachment":[{"href":"https:\/\/oleksandraryshniak24.thkit.ee\/wp1\/rus\/wp-json\/wp\/v2\/media?parent=1512"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}