• Sign in
  • Sign up 
  • Welcome
  • FAQ
  • Block Explorer 
  • Night Mode
  • Stolen Accounts Recovery 
  • Change Account Password 
  • Vote for Witnesses 
  • Hive Proposals 
  • OpenHive Chat 
  • Developer Portal 
  • Hive Whitepaper 
  • Privacy Policy
  • Terms of Service
logo
  • Posts
  • Proposals
  • Witnesses
  • Our dApps
LoginSign up

shiraz480 (27)Hivebuzz level badge

202 followers42 posts184 following0 HP
Blacklisted Users
Muted UsersFollowed BlacklistsFollowed Muted Lists

Joined July 2018 Active 7 years ago

  • Blog
  • Posts
  • Replies
  • Social
  • Notifications
  • Wallet
  • shiraz480 (27)in #technology • 7 years ago
    featured

    what a Goals

    Fifa is my life ▶️ DTube ▶️ IPFS
    $0.00
       2 2
    • shiraz480 (27)in #technology • 7 years ago
      featured

      web developer bootcamp

      There's a new technology to store and manage data across the internet and other computing networks, it's called blockchain or distributed ledger technology, DLT, and it was…
      $0.00
         3 2
      • shiraz480 (27)in #technology • 7 years ago
        featured

        BlockchainOverview

        There's a new technology to store and manage data across the internet and other computing networks, it's called blockchain or distributed ledger technology, DLT, and it was…
        $0.09
        • Past Payouts $0.09
        • - Author $0.07
        • - Curators & beneficiaries $0.02
        • > dtube: $0.01
         3 2
      • shiraz480 (27)in #blockchain • 7 years ago
        featured

        The Energy Sector and Blockchain

        Most of us take energy for granted. We turn on a light and it works. It powers our homes and the economies of the world. Over the past century, low-cost electricity has powered…
        $0.00
           4 1
        • shiraz480 (27)in #technology • 7 years ago
          featured

          Excel-- Hide and unhide columns and rows(quick)

          (upbeat music) - [Narrator] If there's data taking up space in your sheet that you don't want to see, but you don't want to delete it, then you can hide it. Right-click on a…
          $0.00
             1 0
          • shiraz480 (27)in #creation • 7 years ago
            featured

            Excel-- Encrypt a workbook with a password (Quick trick)

            (upbeat music) - [Narrator] Protecting an Excel file with a password is a good way to prevent unauthorized people from accessing the data in your workbook. To password protect an…
            $0.00
               2 0
            • shiraz480 (27)in #bitcoin • 7 years ago
              featured

              Mining Bitcoin 2018

              As you saw earlier, transactions on the Bitcoin network get confirmed by computers that compete to solve cryptographic puzzles. This process is called mining, because whoever…
              $0.00
                 2 1
              • shiraz480 (27)in #technology • 7 years ago
                featured

                conclusion

                [Instructor] You should now have a good idea of what it's like to work with databases in SQL Server 2017. We touched on many of the basic concepts but there's always more to…
                $0.00
                   2 1
                • shiraz480 (27)in #technology • 7 years ago
                  featured

                  Lecture 18-- Create a view of the data

                  [Instructor] Because our data tables are related together using primary and foreign key fields, we can pull information out of multiple tables and piece it together again into a…
                  $0.00
                     2 0
                  • shiraz480 (27)in #technology • 7 years ago
                    featured

                    Lecture 17-- Add data with an INSERT statement

                    [Instructor] New records can be added in to your data tables using the Transact-SQL key word, Insert. To use it, we'll specify the columns that we want to insert data into, and…
                    $0.04
                    • Past Payouts $0.04
                    • - Author $0.03
                    • - Curators & beneficiaries $0.01
                    • > dtube: $0.00
                     3 0
                  • shiraz480 (27)in #technology • 7 years ago
                    featured

                    Lecture 16-- Write an UPDATE statement

                    [Instructor] Using a query, we can update data that's stored in the data tables. This will require the use of a new keyword that we haven't seen yet called Update. First, I want…
                    $0.00
                       1 0
                    • shiraz480 (27)in #technology • 7 years ago
                      featured

                      625938_04_02_XR15_Functions

                      [Instructor] Besides pulling information out of our database in an organized fashion, queries will also help us out to view a bigger picture of what's going on within the…
                      $0.00
                         1 0
                      • shiraz480 (27)in #technology • 7 years ago
                        featured

                        Lecture 14--Create a SELECT statement

                        [Instructor] When it's time to start retrieving information that's stored in your tables, you'll turn to an activity called querying the database. In order to query the database…
                        $0.00
                           1 1
                        • shiraz480 (27)in #technology • 7 years ago
                          featured

                          Lecture 13-- Join tables together with keys

                          [Narrator] Because we're using primary key columns in our data tables to uniquely identify individual records, we can use this information in other tables to make relationships…
                          $0.00
                             3 0
                          • shiraz480 (27)in #technology • 7 years ago
                            featured

                            Lecture 12--Create a database table

                            [Instructor] In order to store data in a database, we need to create a table. The structure of a table is critical in creating a database that's easy to navigate and retrieve…
                            $0.00
                               2 0
                            • shiraz480 (27)in #technology • 7 years ago
                              featured

                              Lecture 11-- Understand SQL data types

                              [Instructor] Before we can start storing information in our database, we need to understand a little bit about how tables are structured and the types of data that can be stored.…
                              $0.00
                                 1 0
                              • shiraz480 (27)in #technology • 7 years ago
                                featured

                                Lecture 10-- Create a new database on the server

                                [Instructor] Installing an example database is a good start, but what you probably want to know is how to create a database for your own personal projects or organization.…
                                $0.00
                                   2 0
                                • shiraz480 (27)in #technology • 7 years ago
                                  featured

                                  Lecture 9-- Install a sample database

                                  [Instructor] Microsoft produces sample databases for a SQL server that are commonly used in training courses and tutorials that you're sure to come across in your journey towards…
                                  $0.00
                                     2 0
                                  • shiraz480 (27)in #technology • 7 years ago
                                    featured

                                    Lecture 8-- Tour the SSMS interface

                                    [Instructor] Management Studio, or SSMS, will serve as the main interface when you're working with SQL Server. After logging into the server, using my Windows Authentication…
                                    $0.00
                                       2 0
                                    • shiraz480 (27)in #technology • 7 years ago
                                      featured

                                      Lecture 7-- Locate SQL Server documentation

                                      Having official documentation at your fingertips will be invaluable as you start your journey into learning SQL server. You can find the docs for SQL server 2017 by visiting the…
                                      $0.00
                                         1 0