Найденные страницы с тегом sql server всего 443996

NEW

Learn Python + JavaScript + Microsoft SQL Server For Web Development and Data Science

Succeed in Web Development and Data Science by mastering Python, JavaScript, and Microsft SQL server. Get hands-on learning experience with Tutorialspoint.

NEW

Digital Signage Server — обзор сервиса | Startpack

Описание Digital Signage Server, сервиса для управления удалёнными экранами. Отзывы пользователей о Digital Signage Server.

Omdia: Servers for AI processing are big sellers | Network World

Once optional, GPUs are becoming mandatory in servers. Companies are prioritizing investment in highly configured server clusters for AI, research firm Omdia reports.

NEW

Boost Your Data Science Skills: The Essential SQL Certifications You Need - KDnuggets

If you are a data scientist who works with large amounts of data and hasn’t learned SQL yet - now might be the time.

NEW

5 Free University Courses to Learn Databases and SQL - KDnuggets

Looking to learn SQL and databases to level up your data science skills? Learn SQL, database internals, and much more with these free university courses.

NEW

Postman - OAuth 2.0 Authorization

Postman - OAuth 2.0 Authorization - The OAuth 2.0 is an authorization technique available in Postman. Here, we first obtain a token for accessing the API and then utilise the token to authenticate a request. A token is used to ensure that a user is authorised to access a resource in the server.

NEW

Postman - Cookies

Postman - Cookies - The cookies are information sent by the server and stored in the browser. As soon as a request is sent, the cookies are returned by the server. In Postman, the cookies are mentioned under the Headers and Cookies tab in the Response.

NEW

Postman - Mock Server

Postman - Mock Server - A mock server is not a real server and it is created to simulate and function as a real server to verify APIs and their responses. These are commonly used if certain responses need to be verified but are not available on the web servers due to security concerns on the actual server.

NEW

Postman - Parameterize Requests

Postman - Parameterize Requests - We can parameterize Postman requests to execute the same request with various sets of data. This is done with the help of variables along with parameters. A parameter is a part of the URL used to pass more information to the server.

NEW

Postman - DELETE Requests

Postman - DELETE Requests - Postman DELETE request deletes a resource already present in the server. The DELETE method sends a request to the server for deleting the request mentioned in the endpoint. Thus, it is capable of updating data on the server.

NEW

Postman - PUT Requests

Postman - PUT Requests - A Postman PUT request is used to pass data to the server for creation or modification of a resource. The difference between POST and PUT is that POST request is not idempotent.

NEW

Postman - POST Requests

Postman - POST Requests - Postman POST request allows appending data to the endpoint. This is a method used to add information within the request body in the server. It is commonly used for passing delicate information.

NEW

Postman - GET Requests

Postman - GET Requests - A GET request is used to obtain details from the server and does not have any impact on the server. The GET request does not update any server data while it is triggered. The server only sends its Response to the request.

NEW

Postman - Authorization

Postman - Authorization - In Postman, authorization is done to verify the eligibility of a user to access a resource in the server. There could be multiple APIs in a project, but their access can be restricted only for certain authorized users.

NEW

phpMyAdmin - Plugins

phpMyAdmin - Plugins - phpMyAdmin Plugins tab displays all the plugins which are presently installed in MySQL server. It contains information like their version and description.

NEW

phpMyAdmin - Storage Engines

phpMyAdmin - Storage Engines - phpMyAdmin Storage Engines tab displays all the engines which are supported by MySQL server.

NEW

phpMyAdmin - Charsets

phpMyAdmin - Charsets - phpMyAdmin Charsets tab displays all the charsets and collations which are supported by MySQL server.

NEW

phpMyAdmin - SQL

phpMyAdmin - SQL - phpMyAdmin provides a SQL console under SQL Tab. Its context varies as per the selection. If no database is selected, then SQL console opens in localhost context otherwise in relevant database context. In given example, we've selected a database TutorialsPoint. Now switching to SQL shows the followi

NEW

phpMyAdmin - Databases

phpMyAdmin - Databases - Start the Apache Server and open /localhost/phpmyadmin phpmyadmin in web browser to open the phpMyAdmin interface.

NEW

phpMyAdmin vs MySQL WorkBench

phpMyAdmin vs MySQL WorkBench - MySQL WorkBench is part of MySQL database and it provides a full featured administrative interface to execute SQL queries and MySQL management where as phpMyAdmin is a web based tool to administer the MySQL database. Following are the some of the key differences in both interfaces.

Introduction to SQL | Luxoft Training

This course offers an introduction to SQL and gives participants the understanding and skills for searching and modifying data in SQL databases. Upon the com…

Introduction to SQL | Luxoft Training

This training offers an introduction to SQL and helps participants develop the necessary skills for searching and modifying data in SQL databases. It is aime…

Oracle: PL/SQL Language for Developers | Luxoft Training

The course offers a more detailed study of the procedural language Oracle PL/SQL. During the course we explain how to use the PL/SQL stored objects of Oracle…

Oracle® 11g, Basics of PL/SQL Language | Luxoft Training

The course is an introduction to the Oracle PL/SQL procedural language. The language version used in DBMS 11g is considered in this training.